Package dev.cel.expr.conformance.test
Class SimpleTest
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
dev.cel.expr.conformance.test.SimpleTest
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,SimpleTestOrBuilder,Serializable
public final class SimpleTest
extends com.google.protobuf.GeneratedMessageV3
implements SimpleTestOrBuilder
A test which should run the given CEL program through parsing, optionally through checking, then evaluation, with the results of the pipeline validated by the given result matcher.Protobuf type
cel.expr.conformance.test.SimpleTest- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA test which should run the given CEL program through parsing, optionally through checking, then evaluation, with the results of the pipeline validated by the given result matcher.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsBindings(String key) Variable bindings to use for the eval phase.booleanMatches one of several error results.Matches one of several error results.Matches one of several unknown results.Matches one of several unknown results.Deprecated.intVariable bindings to use for the eval phase.Variable bindings to use for the eval phase.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.getBindingsOrThrow(String key) Variable bindings to use for the eval phase.booleanDisables the evaluate phase.The container for name resolution.com.google.protobuf.ByteStringThe container for name resolution.static SimpleTestA description of the test.com.google.protobuf.ByteStringA description of the test.static final com.google.protobuf.Descriptors.DescriptorbooleanDisables the check phase.booleanDisables all macro expansion in parsing.Matches error evaluation results.Matches error evaluation results.getExpr()Required.com.google.protobuf.ByteStringRequired.The locale to use for the evaluation phase.com.google.protobuf.ByteStringThe locale to use for the evaluation phase.getName()Required.com.google.protobuf.ByteStringRequired.com.google.protobuf.Parser<SimpleTest>intA result and deduced expression type.A result and deduced expression type.getTypeEnv(int index) The type environment to use for the check phase.intThe type environment to use for the check phase.The type environment to use for the check phase.getTypeEnvOrBuilder(int index) The type environment to use for the check phase.List<? extends DeclOrBuilder>The type environment to use for the check phase.Matches unknown evaluation results.Matches unknown evaluation results.getValue()A normal value, which must match the evaluation result exactly via value equality semantics.A normal value, which must match the evaluation result exactly via value equality semantics.booleanMatches one of several error results.booleanMatches one of several unknown results.booleanMatches error evaluation results.inthashCode()booleanA result and deduced expression type.booleanMatches unknown evaluation results.booleanhasValue()A normal value, which must match the evaluation result exactly via value equality semantics.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) final booleanstatic SimpleTest.Builderstatic SimpleTest.BuildernewBuilder(SimpleTest prototype) protected SimpleTest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static SimpleTestparseDelimitedFrom(InputStream input) static SimpleTestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SimpleTestparseFrom(byte[] data) static SimpleTestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SimpleTestparseFrom(com.google.protobuf.ByteString data) static SimpleTestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SimpleTestparseFrom(com.google.protobuf.CodedInputStream input) static SimpleTestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SimpleTestparseFrom(InputStream input) static SimpleTestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SimpleTestparseFrom(ByteBuffer data) static SimpleTestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<SimpleTest>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER- See Also:
-
EXPR_FIELD_NUMBER
public static final int EXPR_FIELD_NUMBER- See Also:
-
DISABLE_MACROS_FIELD_NUMBER
public static final int DISABLE_MACROS_FIELD_NUMBER- See Also:
-
DISABLE_CHECK_FIELD_NUMBER
public static final int DISABLE_CHECK_FIELD_NUMBER- See Also:
-
CHECK_ONLY_FIELD_NUMBER
public static final int CHECK_ONLY_FIELD_NUMBER- See Also:
-
TYPE_ENV_FIELD_NUMBER
public static final int TYPE_ENV_FIELD_NUMBER- See Also:
-
CONTAINER_FIELD_NUMBER
public static final int CONTAINER_FIELD_NUMBER- See Also:
-
LOCALE_FIELD_NUMBER
public static final int LOCALE_FIELD_NUMBER- See Also:
-
BINDINGS_FIELD_NUMBER
public static final int BINDINGS_FIELD_NUMBER- See Also:
-
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER- See Also:
-
TYPED_RESULT_FIELD_NUMBER
public static final int TYPED_RESULT_FIELD_NUMBER- See Also:
-
EVAL_ERROR_FIELD_NUMBER
public static final int EVAL_ERROR_FIELD_NUMBER- See Also:
-
ANY_EVAL_ERRORS_FIELD_NUMBER
public static final int ANY_EVAL_ERRORS_FIELD_NUMBER- See Also:
-
UNKNOWN_FIELD_NUMBER
public static final int UNKNOWN_FIELD_NUMBER- See Also:
-
ANY_UNKNOWNS_FIELD_NUMBER
public static final int ANY_UNKNOWNS_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getResultMatcherCase
- Specified by:
getResultMatcherCasein interfaceSimpleTestOrBuilder
-
getName
Required. The name of the test, which should be unique in the test file.
string name = 1;- Specified by:
getNamein interfaceSimpleTestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Required. The name of the test, which should be unique in the test file.
string name = 1;- Specified by:
getNameBytesin interfaceSimpleTestOrBuilder- Returns:
- The bytes for name.
-
getDescription
A description of the test.
string description = 2;- Specified by:
getDescriptionin interfaceSimpleTestOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()A description of the test.
string description = 2;- Specified by:
getDescriptionBytesin interfaceSimpleTestOrBuilder- Returns:
- The bytes for description.
-
getExpr
Required. The text of the CEL expression.
string expr = 3;- Specified by:
getExprin interfaceSimpleTestOrBuilder- Returns:
- The expr.
-
getExprBytes
public com.google.protobuf.ByteString getExprBytes()Required. The text of the CEL expression.
string expr = 3;- Specified by:
getExprBytesin interfaceSimpleTestOrBuilder- Returns:
- The bytes for expr.
-
getDisableMacros
public boolean getDisableMacros()Disables all macro expansion in parsing.
bool disable_macros = 4;- Specified by:
getDisableMacrosin interfaceSimpleTestOrBuilder- Returns:
- The disableMacros.
-
getDisableCheck
public boolean getDisableCheck()Disables the check phase.
bool disable_check = 5;- Specified by:
getDisableCheckin interfaceSimpleTestOrBuilder- Returns:
- The disableCheck.
-
getCheckOnly
public boolean getCheckOnly()Disables the evaluate phase.
bool check_only = 15;- Specified by:
getCheckOnlyin interfaceSimpleTestOrBuilder- Returns:
- The checkOnly.
-
getTypeEnvList
The type environment to use for the check phase.
repeated .cel.expr.Decl type_env = 6;- Specified by:
getTypeEnvListin interfaceSimpleTestOrBuilder
-
getTypeEnvOrBuilderList
The type environment to use for the check phase.
repeated .cel.expr.Decl type_env = 6;- Specified by:
getTypeEnvOrBuilderListin interfaceSimpleTestOrBuilder
-
getTypeEnvCount
public int getTypeEnvCount()The type environment to use for the check phase.
repeated .cel.expr.Decl type_env = 6;- Specified by:
getTypeEnvCountin interfaceSimpleTestOrBuilder
-
getTypeEnv
The type environment to use for the check phase.
repeated .cel.expr.Decl type_env = 6;- Specified by:
getTypeEnvin interfaceSimpleTestOrBuilder
-
getTypeEnvOrBuilder
The type environment to use for the check phase.
repeated .cel.expr.Decl type_env = 6;- Specified by:
getTypeEnvOrBuilderin interfaceSimpleTestOrBuilder
-
getContainer
The container for name resolution.
string container = 13;- Specified by:
getContainerin interfaceSimpleTestOrBuilder- Returns:
- The container.
-
getContainerBytes
public com.google.protobuf.ByteString getContainerBytes()The container for name resolution.
string container = 13;- Specified by:
getContainerBytesin interfaceSimpleTestOrBuilder- Returns:
- The bytes for container.
-
getLocale
The locale to use for the evaluation phase.
string locale = 14;- Specified by:
getLocalein interfaceSimpleTestOrBuilder- Returns:
- The locale.
-
getLocaleBytes
public com.google.protobuf.ByteString getLocaleBytes()The locale to use for the evaluation phase.
string locale = 14;- Specified by:
getLocaleBytesin interfaceSimpleTestOrBuilder- Returns:
- The bytes for locale.
-
getBindingsCount
public int getBindingsCount()Description copied from interface:SimpleTestOrBuilderVariable bindings to use for the eval phase.
map<string, .cel.expr.ExprValue> bindings = 7;- Specified by:
getBindingsCountin interfaceSimpleTestOrBuilder
-
containsBindings
Variable bindings to use for the eval phase.
map<string, .cel.expr.ExprValue> bindings = 7;- Specified by:
containsBindingsin interfaceSimpleTestOrBuilder
-
getBindings
Deprecated.UsegetBindingsMap()instead.- Specified by:
getBindingsin interfaceSimpleTestOrBuilder
-
getBindingsMap
Variable bindings to use for the eval phase.
map<string, .cel.expr.ExprValue> bindings = 7;- Specified by:
getBindingsMapin interfaceSimpleTestOrBuilder
-
getBindingsOrDefault
Variable bindings to use for the eval phase.
map<string, .cel.expr.ExprValue> bindings = 7;- Specified by:
getBindingsOrDefaultin interfaceSimpleTestOrBuilder
-
getBindingsOrThrow
Variable bindings to use for the eval phase.
map<string, .cel.expr.ExprValue> bindings = 7;- Specified by:
getBindingsOrThrowin interfaceSimpleTestOrBuilder
-
hasValue
public boolean hasValue()A normal value, which must match the evaluation result exactly via value equality semantics. This coincides with proto equality, except for: * maps are order-agnostic. * a floating point NaN should match any NaN.
.cel.expr.Value value = 8;- Specified by:
hasValuein interfaceSimpleTestOrBuilder- Returns:
- Whether the value field is set.
-
getValue
A normal value, which must match the evaluation result exactly via value equality semantics. This coincides with proto equality, except for: * maps are order-agnostic. * a floating point NaN should match any NaN.
.cel.expr.Value value = 8;- Specified by:
getValuein interfaceSimpleTestOrBuilder- Returns:
- The value.
-
getValueOrBuilder
A normal value, which must match the evaluation result exactly via value equality semantics. This coincides with proto equality, except for: * maps are order-agnostic. * a floating point NaN should match any NaN.
.cel.expr.Value value = 8;- Specified by:
getValueOrBuilderin interfaceSimpleTestOrBuilder
-
hasTypedResult
public boolean hasTypedResult()A result and deduced expression type.
.cel.expr.conformance.test.TypedResult typed_result = 16;- Specified by:
hasTypedResultin interfaceSimpleTestOrBuilder- Returns:
- Whether the typedResult field is set.
-
getTypedResult
A result and deduced expression type.
.cel.expr.conformance.test.TypedResult typed_result = 16;- Specified by:
getTypedResultin interfaceSimpleTestOrBuilder- Returns:
- The typedResult.
-
getTypedResultOrBuilder
A result and deduced expression type.
.cel.expr.conformance.test.TypedResult typed_result = 16;- Specified by:
getTypedResultOrBuilderin interfaceSimpleTestOrBuilder
-
hasEvalError
public boolean hasEvalError()Matches error evaluation results.
.cel.expr.ErrorSet eval_error = 9;- Specified by:
hasEvalErrorin interfaceSimpleTestOrBuilder- Returns:
- Whether the evalError field is set.
-
getEvalError
Matches error evaluation results.
.cel.expr.ErrorSet eval_error = 9;- Specified by:
getEvalErrorin interfaceSimpleTestOrBuilder- Returns:
- The evalError.
-
getEvalErrorOrBuilder
Matches error evaluation results.
.cel.expr.ErrorSet eval_error = 9;- Specified by:
getEvalErrorOrBuilderin interfaceSimpleTestOrBuilder
-
hasAnyEvalErrors
public boolean hasAnyEvalErrors()Matches one of several error results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.ErrorSetMatcher any_eval_errors = 10;- Specified by:
hasAnyEvalErrorsin interfaceSimpleTestOrBuilder- Returns:
- Whether the anyEvalErrors field is set.
-
getAnyEvalErrors
Matches one of several error results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.ErrorSetMatcher any_eval_errors = 10;- Specified by:
getAnyEvalErrorsin interfaceSimpleTestOrBuilder- Returns:
- The anyEvalErrors.
-
getAnyEvalErrorsOrBuilder
Matches one of several error results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.ErrorSetMatcher any_eval_errors = 10;- Specified by:
getAnyEvalErrorsOrBuilderin interfaceSimpleTestOrBuilder
-
hasUnknown
public boolean hasUnknown()Matches unknown evaluation results.
.cel.expr.UnknownSet unknown = 11;- Specified by:
hasUnknownin interfaceSimpleTestOrBuilder- Returns:
- Whether the unknown field is set.
-
getUnknown
Matches unknown evaluation results.
.cel.expr.UnknownSet unknown = 11;- Specified by:
getUnknownin interfaceSimpleTestOrBuilder- Returns:
- The unknown.
-
getUnknownOrBuilder
Matches unknown evaluation results.
.cel.expr.UnknownSet unknown = 11;- Specified by:
getUnknownOrBuilderin interfaceSimpleTestOrBuilder
-
hasAnyUnknowns
public boolean hasAnyUnknowns()Matches one of several unknown results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.UnknownSetMatcher any_unknowns = 12;- Specified by:
hasAnyUnknownsin interfaceSimpleTestOrBuilder- Returns:
- Whether the anyUnknowns field is set.
-
getAnyUnknowns
Matches one of several unknown results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.UnknownSetMatcher any_unknowns = 12;- Specified by:
getAnyUnknownsin interfaceSimpleTestOrBuilder- Returns:
- The anyUnknowns.
-
getAnyUnknownsOrBuilder
Matches one of several unknown results. (Using explicit message since oneof can't handle repeated.)
.cel.expr.conformance.test.UnknownSetMatcher any_unknowns = 12;- Specified by:
getAnyUnknownsOrBuilderin interfaceSimpleTestOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SimpleTest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleTest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleTest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleTest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleTest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SimpleTest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static SimpleTest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static SimpleTest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static SimpleTest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SimpleTest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-