Package com.google.api.expr.v1alpha1
Class Type
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.api.expr.v1alpha1.Type
-
- All Implemented Interfaces:
TypeOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Type extends com.google.protobuf.GeneratedMessageV3 implements TypeOrBuilder
Represents a CEL type.
Protobuf typegoogle.api.expr.v1alpha1.Type- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classType.AbstractTypeApplication defined abstract type.static interfaceType.AbstractTypeOrBuilderstatic classType.BuilderRepresents a CEL type.static classType.FunctionTypeFunction type with result and arg types.static interfaceType.FunctionTypeOrBuilderstatic classType.ListTypeList type with typed elements, e.g.static interfaceType.ListTypeOrBuilderstatic classType.MapTypeMap type with parameterized key and value types, e.g.static interfaceType.MapTypeOrBuilderstatic classType.PrimitiveTypeCEL primitive types.static classType.TypeKindCasestatic classType.WellKnownTypeWell-known protobuf types treated with first-class support in CEL.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intABSTRACT_TYPE_FIELD_NUMBERstatic intDYN_FIELD_NUMBERstatic intERROR_FIELD_NUMBERstatic intFUNCTION_FIELD_NUMBERstatic intLIST_TYPE_FIELD_NUMBERstatic intMAP_TYPE_FIELD_NUMBERstatic intMESSAGE_TYPE_FIELD_NUMBERstatic intNULL_FIELD_NUMBERstatic intPRIMITIVE_FIELD_NUMBERstatic intTYPE_FIELD_NUMBERstatic intTYPE_PARAM_FIELD_NUMBERstatic intWELL_KNOWN_FIELD_NUMBERstatic intWRAPPER_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Type.AbstractTypegetAbstractType()Abstract, application defined type.Type.AbstractTypeOrBuildergetAbstractTypeOrBuilder()Abstract, application defined type.static TypegetDefaultInstance()TypegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.EmptygetDyn()Dynamic type.com.google.protobuf.EmptyOrBuildergetDynOrBuilder()Dynamic type.com.google.protobuf.EmptygetError()Error type.com.google.protobuf.EmptyOrBuildergetErrorOrBuilder()Error type.Type.FunctionTypegetFunction()Function type.Type.FunctionTypeOrBuildergetFunctionOrBuilder()Function type.Type.ListTypegetListType()Parameterized list with elements of `list_type`, e.g.Type.ListTypeOrBuildergetListTypeOrBuilder()Parameterized list with elements of `list_type`, e.g.Type.MapTypegetMapType()Parameterized map with typed keys and values.Type.MapTypeOrBuildergetMapTypeOrBuilder()Parameterized map with typed keys and values.StringgetMessageType()Protocol buffer message type.com.google.protobuf.ByteStringgetMessageTypeBytes()Protocol buffer message type.com.google.protobuf.NullValuegetNull()Null value.intgetNullValue()Null value.com.google.protobuf.Parser<Type>getParserForType()Type.PrimitiveTypegetPrimitive()Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.intgetPrimitiveValue()Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.intgetSerializedSize()TypegetType()Type type.Type.TypeKindCasegetTypeKindCase()TypeOrBuildergetTypeOrBuilder()Type type.StringgetTypeParam()Type param type.com.google.protobuf.ByteStringgetTypeParamBytes()Type param type.com.google.protobuf.UnknownFieldSetgetUnknownFields()Type.WellKnownTypegetWellKnown()Well-known protobuf type such as `google.protobuf.Timestamp`.intgetWellKnownValue()Well-known protobuf type such as `google.protobuf.Timestamp`.Type.PrimitiveTypegetWrapper()Wrapper of a primitive type, e.g.intgetWrapperValue()Wrapper of a primitive type, e.g.booleanhasAbstractType()Abstract, application defined type.booleanhasDyn()Dynamic type.booleanhasError()Error type.booleanhasFunction()Function type.inthashCode()booleanhasListType()Parameterized list with elements of `list_type`, e.g.booleanhasMapType()Parameterized map with typed keys and values.booleanhasType()Type type.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Type.BuildernewBuilder()static Type.BuildernewBuilder(Type prototype)Type.BuildernewBuilderForType()protected Type.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static TypeparseDelimitedFrom(InputStream input)static TypeparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeparseFrom(byte[] data)static TypeparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeparseFrom(com.google.protobuf.ByteString data)static TypeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeparseFrom(com.google.protobuf.CodedInputStream input)static TypeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeparseFrom(InputStream input)static TypeparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeparseFrom(ByteBuffer data)static TypeparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Type>parser()Type.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DYN_FIELD_NUMBER
public static final int DYN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NULL_FIELD_NUMBER
public static final int NULL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRIMITIVE_FIELD_NUMBER
public static final int PRIMITIVE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WRAPPER_FIELD_NUMBER
public static final int WRAPPER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WELL_KNOWN_FIELD_NUMBER
public static final int WELL_KNOWN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIST_TYPE_FIELD_NUMBER
public static final int LIST_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_TYPE_FIELD_NUMBER
public static final int MAP_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FUNCTION_FIELD_NUMBER
public static final int FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGE_TYPE_FIELD_NUMBER
public static final int MESSAGE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_PARAM_FIELD_NUMBER
public static final int TYPE_PARAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_FIELD_NUMBER
public static final int ABSTRACT_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTypeKindCase
public Type.TypeKindCase getTypeKindCase()
- Specified by:
getTypeKindCasein interfaceTypeOrBuilder
-
hasDyn
public boolean hasDyn()
Dynamic type.
.google.protobuf.Empty dyn = 1;- Specified by:
hasDynin interfaceTypeOrBuilder
-
getDyn
public com.google.protobuf.Empty getDyn()
Dynamic type.
.google.protobuf.Empty dyn = 1;- Specified by:
getDynin interfaceTypeOrBuilder
-
getDynOrBuilder
public com.google.protobuf.EmptyOrBuilder getDynOrBuilder()
Dynamic type.
.google.protobuf.Empty dyn = 1;- Specified by:
getDynOrBuilderin interfaceTypeOrBuilder
-
getNullValue
public int getNullValue()
Null value.
.google.protobuf.NullValue null = 2;- Specified by:
getNullValuein interfaceTypeOrBuilder
-
getNull
public com.google.protobuf.NullValue getNull()
Null value.
.google.protobuf.NullValue null = 2;- Specified by:
getNullin interfaceTypeOrBuilder
-
getPrimitiveValue
public int getPrimitiveValue()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;- Specified by:
getPrimitiveValuein interfaceTypeOrBuilder
-
getPrimitive
public Type.PrimitiveType getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;- Specified by:
getPrimitivein interfaceTypeOrBuilder
-
getWrapperValue
public int getWrapperValue()
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;- Specified by:
getWrapperValuein interfaceTypeOrBuilder
-
getWrapper
public Type.PrimitiveType getWrapper()
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;- Specified by:
getWrapperin interfaceTypeOrBuilder
-
getWellKnownValue
public int getWellKnownValue()
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;- Specified by:
getWellKnownValuein interfaceTypeOrBuilder
-
getWellKnown
public Type.WellKnownType getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;- Specified by:
getWellKnownin interfaceTypeOrBuilder
-
hasListType
public boolean hasListType()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;- Specified by:
hasListTypein interfaceTypeOrBuilder
-
getListType
public Type.ListType getListType()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;- Specified by:
getListTypein interfaceTypeOrBuilder
-
getListTypeOrBuilder
public Type.ListTypeOrBuilder getListTypeOrBuilder()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;- Specified by:
getListTypeOrBuilderin interfaceTypeOrBuilder
-
hasMapType
public boolean hasMapType()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;- Specified by:
hasMapTypein interfaceTypeOrBuilder
-
getMapType
public Type.MapType getMapType()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;- Specified by:
getMapTypein interfaceTypeOrBuilder
-
getMapTypeOrBuilder
public Type.MapTypeOrBuilder getMapTypeOrBuilder()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;- Specified by:
getMapTypeOrBuilderin interfaceTypeOrBuilder
-
hasFunction
public boolean hasFunction()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;- Specified by:
hasFunctionin interfaceTypeOrBuilder
-
getFunction
public Type.FunctionType getFunction()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;- Specified by:
getFunctionin interfaceTypeOrBuilder
-
getFunctionOrBuilder
public Type.FunctionTypeOrBuilder getFunctionOrBuilder()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;- Specified by:
getFunctionOrBuilderin interfaceTypeOrBuilder
-
getMessageType
public String getMessageType()
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;- Specified by:
getMessageTypein interfaceTypeOrBuilder
-
getMessageTypeBytes
public com.google.protobuf.ByteString getMessageTypeBytes()
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;- Specified by:
getMessageTypeBytesin interfaceTypeOrBuilder
-
getTypeParam
public String getTypeParam()
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;- Specified by:
getTypeParamin interfaceTypeOrBuilder
-
getTypeParamBytes
public com.google.protobuf.ByteString getTypeParamBytes()
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;- Specified by:
getTypeParamBytesin interfaceTypeOrBuilder
-
hasType
public boolean hasType()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;- Specified by:
hasTypein interfaceTypeOrBuilder
-
getType
public Type getType()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;- Specified by:
getTypein interfaceTypeOrBuilder
-
getTypeOrBuilder
public TypeOrBuilder getTypeOrBuilder()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;- Specified by:
getTypeOrBuilderin interfaceTypeOrBuilder
-
hasError
public boolean hasError()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;- Specified by:
hasErrorin interfaceTypeOrBuilder
-
getError
public com.google.protobuf.Empty getError()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;- Specified by:
getErrorin interfaceTypeOrBuilder
-
getErrorOrBuilder
public com.google.protobuf.EmptyOrBuilder getErrorOrBuilder()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;- Specified by:
getErrorOrBuilderin interfaceTypeOrBuilder
-
hasAbstractType
public boolean hasAbstractType()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;- Specified by:
hasAbstractTypein interfaceTypeOrBuilder
-
getAbstractType
public Type.AbstractType getAbstractType()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;- Specified by:
getAbstractTypein interfaceTypeOrBuilder
-
getAbstractTypeOrBuilder
public Type.AbstractTypeOrBuilder getAbstractTypeOrBuilder()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;- Specified by:
getAbstractTypeOrBuilderin interfaceTypeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- 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
public boolean equals(Object obj)
- 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 Type parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Type parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Type parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Type parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Type parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Type parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Type parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Type.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Type.Builder newBuilder()
-
newBuilder
public static Type.Builder newBuilder(Type prototype)
-
toBuilder
public Type.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Type.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Type getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Type> parser()
-
getParserForType
public com.google.protobuf.Parser<Type> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Type getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-