Package org.apache.flink.fnexecution.v1
Class FlinkFnApi.TypeInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.flink.fnexecution.v1.FlinkFnApi.TypeInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,FlinkFnApi.TypeInfoOrBuilder
- Enclosing class:
- FlinkFnApi
public static final class FlinkFnApi.TypeInfo extends com.google.protobuf.GeneratedMessageV3 implements FlinkFnApi.TypeInfoOrBuilder
A representation of the data type information in DataStream.
Protobuf typeorg.apache.flink.fn_execution.v1.TypeInfo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlinkFnApi.TypeInfo.AvroTypeInfo
Protobuf typeorg.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo
static interface
FlinkFnApi.TypeInfo.AvroTypeInfoOrBuilder
static class
FlinkFnApi.TypeInfo.Builder
A representation of the data type information in DataStream.static class
FlinkFnApi.TypeInfo.MapTypeInfo
Protobuf typeorg.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo
static interface
FlinkFnApi.TypeInfo.MapTypeInfoOrBuilder
static class
FlinkFnApi.TypeInfo.RowTypeInfo
Protobuf typeorg.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo
static interface
FlinkFnApi.TypeInfo.RowTypeInfoOrBuilder
static class
FlinkFnApi.TypeInfo.TupleTypeInfo
Protobuf typeorg.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo
static interface
FlinkFnApi.TypeInfo.TupleTypeInfoOrBuilder
static class
FlinkFnApi.TypeInfo.TypeInfoCase
static class
FlinkFnApi.TypeInfo.TypeName
Protobuf enumorg.apache.flink.fn_execution.v1.TypeInfo.TypeName
-
Nested 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
-
-
Field Summary
Fields Modifier and Type Field Description static int
AVRO_TYPE_INFO_FIELD_NUMBER
static int
COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
static int
MAP_TYPE_INFO_FIELD_NUMBER
static int
ROW_TYPE_INFO_FIELD_NUMBER
static int
TUPLE_TYPE_INFO_FIELD_NUMBER
static int
TYPE_NAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
FlinkFnApi.TypeInfo.AvroTypeInfo
getAvroTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
FlinkFnApi.TypeInfo.AvroTypeInfoOrBuilder
getAvroTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
FlinkFnApi.TypeInfo
getCollectionElementType()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
FlinkFnApi.TypeInfoOrBuilder
getCollectionElementTypeOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
static FlinkFnApi.TypeInfo
getDefaultInstance()
FlinkFnApi.TypeInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
FlinkFnApi.TypeInfo.MapTypeInfo
getMapTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
FlinkFnApi.TypeInfo.MapTypeInfoOrBuilder
getMapTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
com.google.protobuf.Parser<FlinkFnApi.TypeInfo>
getParserForType()
FlinkFnApi.TypeInfo.RowTypeInfo
getRowTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
FlinkFnApi.TypeInfo.RowTypeInfoOrBuilder
getRowTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
int
getSerializedSize()
FlinkFnApi.TypeInfo.TupleTypeInfo
getTupleTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
FlinkFnApi.TypeInfo.TupleTypeInfoOrBuilder
getTupleTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
FlinkFnApi.TypeInfo.TypeInfoCase
getTypeInfoCase()
FlinkFnApi.TypeInfo.TypeName
getTypeName()
.org.apache.flink.fn_execution.v1.TypeInfo.TypeName type_name = 1;
int
getTypeNameValue()
.org.apache.flink.fn_execution.v1.TypeInfo.TypeName type_name = 1;
com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasAvroTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
boolean
hasCollectionElementType()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
int
hashCode()
boolean
hasMapTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
boolean
hasRowTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
boolean
hasTupleTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static FlinkFnApi.TypeInfo.Builder
newBuilder()
static FlinkFnApi.TypeInfo.Builder
newBuilder(FlinkFnApi.TypeInfo prototype)
FlinkFnApi.TypeInfo.Builder
newBuilderForType()
protected FlinkFnApi.TypeInfo.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static FlinkFnApi.TypeInfo
parseDelimitedFrom(InputStream input)
static FlinkFnApi.TypeInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.TypeInfo
parseFrom(byte[] data)
static FlinkFnApi.TypeInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.TypeInfo
parseFrom(com.google.protobuf.ByteString data)
static FlinkFnApi.TypeInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.TypeInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static FlinkFnApi.TypeInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.TypeInfo
parseFrom(InputStream input)
static FlinkFnApi.TypeInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.TypeInfo
parseFrom(ByteBuffer data)
static FlinkFnApi.TypeInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<FlinkFnApi.TypeInfo>
parser()
FlinkFnApi.TypeInfo.Builder
toBuilder()
void
writeTo(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, 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, 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
-
TYPE_NAME_FIELD_NUMBER
public static final int TYPE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
public static final int COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROW_TYPE_INFO_FIELD_NUMBER
public static final int ROW_TYPE_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TUPLE_TYPE_INFO_FIELD_NUMBER
public static final int TUPLE_TYPE_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_TYPE_INFO_FIELD_NUMBER
public static final int MAP_TYPE_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVRO_TYPE_INFO_FIELD_NUMBER
public static final int AVRO_TYPE_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTypeInfoCase
public FlinkFnApi.TypeInfo.TypeInfoCase getTypeInfoCase()
- Specified by:
getTypeInfoCase
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
getTypeNameValue
public int getTypeNameValue()
.org.apache.flink.fn_execution.v1.TypeInfo.TypeName type_name = 1;
- Specified by:
getTypeNameValue
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The enum numeric value on the wire for typeName.
-
getTypeName
public FlinkFnApi.TypeInfo.TypeName getTypeName()
.org.apache.flink.fn_execution.v1.TypeInfo.TypeName type_name = 1;
- Specified by:
getTypeName
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The typeName.
-
hasCollectionElementType
public boolean hasCollectionElementType()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
- Specified by:
hasCollectionElementType
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- Whether the collectionElementType field is set.
-
getCollectionElementType
public FlinkFnApi.TypeInfo getCollectionElementType()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
- Specified by:
getCollectionElementType
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The collectionElementType.
-
getCollectionElementTypeOrBuilder
public FlinkFnApi.TypeInfoOrBuilder getCollectionElementTypeOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo collection_element_type = 2;
- Specified by:
getCollectionElementTypeOrBuilder
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
hasRowTypeInfo
public boolean hasRowTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
- Specified by:
hasRowTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- Whether the rowTypeInfo field is set.
-
getRowTypeInfo
public FlinkFnApi.TypeInfo.RowTypeInfo getRowTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
- Specified by:
getRowTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The rowTypeInfo.
-
getRowTypeInfoOrBuilder
public FlinkFnApi.TypeInfo.RowTypeInfoOrBuilder getRowTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.RowTypeInfo row_type_info = 3;
- Specified by:
getRowTypeInfoOrBuilder
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
hasTupleTypeInfo
public boolean hasTupleTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
- Specified by:
hasTupleTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- Whether the tupleTypeInfo field is set.
-
getTupleTypeInfo
public FlinkFnApi.TypeInfo.TupleTypeInfo getTupleTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
- Specified by:
getTupleTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The tupleTypeInfo.
-
getTupleTypeInfoOrBuilder
public FlinkFnApi.TypeInfo.TupleTypeInfoOrBuilder getTupleTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.TupleTypeInfo tuple_type_info = 4;
- Specified by:
getTupleTypeInfoOrBuilder
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
hasMapTypeInfo
public boolean hasMapTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
- Specified by:
hasMapTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- Whether the mapTypeInfo field is set.
-
getMapTypeInfo
public FlinkFnApi.TypeInfo.MapTypeInfo getMapTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
- Specified by:
getMapTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The mapTypeInfo.
-
getMapTypeInfoOrBuilder
public FlinkFnApi.TypeInfo.MapTypeInfoOrBuilder getMapTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.MapTypeInfo map_type_info = 5;
- Specified by:
getMapTypeInfoOrBuilder
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
hasAvroTypeInfo
public boolean hasAvroTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
- Specified by:
hasAvroTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- Whether the avroTypeInfo field is set.
-
getAvroTypeInfo
public FlinkFnApi.TypeInfo.AvroTypeInfo getAvroTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
- Specified by:
getAvroTypeInfo
in interfaceFlinkFnApi.TypeInfoOrBuilder
- Returns:
- The avroTypeInfo.
-
getAvroTypeInfoOrBuilder
public FlinkFnApi.TypeInfo.AvroTypeInfoOrBuilder getAvroTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo.AvroTypeInfo avro_type_info = 6;
- Specified by:
getAvroTypeInfoOrBuilder
in interfaceFlinkFnApi.TypeInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.TypeInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.TypeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.TypeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public FlinkFnApi.TypeInfo.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FlinkFnApi.TypeInfo.Builder newBuilder()
-
newBuilder
public static FlinkFnApi.TypeInfo.Builder newBuilder(FlinkFnApi.TypeInfo prototype)
-
toBuilder
public FlinkFnApi.TypeInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FlinkFnApi.TypeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FlinkFnApi.TypeInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FlinkFnApi.TypeInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<FlinkFnApi.TypeInfo> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public FlinkFnApi.TypeInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-