Class SerDeInfo (3.9.1)

public final class SerDeInfo extends GeneratedMessageV3 implements SerDeInfoOrBuilder

Serializer and deserializer information.

Protobuf type google.cloud.bigquery.storage.v1alpha.SerDeInfo

Implements

SerDeInfoOrBuilder

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PARAMETERS_FIELD_NUMBER

public static final int PARAMETERS_FIELD_NUMBER
Field Value
Type Description
int

SERIALIZATION_LIBRARY_FIELD_NUMBER

public static final int SERIALIZATION_LIBRARY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SerDeInfo getDefaultInstance()
Returns
Type Description
SerDeInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SerDeInfo.Builder newBuilder()
Returns
Type Description
SerDeInfo.Builder

newBuilder(SerDeInfo prototype)

public static SerDeInfo.Builder newBuilder(SerDeInfo prototype)
Parameter
Name Description
prototype SerDeInfo
Returns
Type Description
SerDeInfo.Builder

parseDelimitedFrom(InputStream input)

public static SerDeInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SerDeInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SerDeInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SerDeInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SerDeInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SerDeInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SerDeInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerDeInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SerDeInfo> parser()
Returns
Type Description
Parser<SerDeInfo>

Methods

containsParameters(String key)

public boolean containsParameters(String key)

Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SerDeInfo getDefaultInstanceForType()
Returns
Type Description
SerDeInfo

getName()

public String getName()

Optional. Name of the SerDe. The maximum length is 256 characters.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Optional. Name of the SerDe. The maximum length is 256 characters.

string name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for name.

getParameters() (deprecated)

public Map<String,String> getParameters()

Use #getParametersMap() instead.

Returns
Type Description
Map<String,String>

getParametersCount()

public int getParametersCount()

Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getParametersMap()

public Map<String,String> getParametersMap()

Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getParametersOrDefault(String key, String defaultValue)

public String getParametersOrDefault(String key, String defaultValue)

Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getParametersOrThrow(String key)

public String getParametersOrThrow(String key)

Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

map<string, string> parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getParserForType()

public Parser<SerDeInfo> getParserForType()
Returns
Type Description
Parser<SerDeInfo>
Overrides

getSerializationLibrary()

public String getSerializationLibrary()

Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.

string serialization_library = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The serializationLibrary.

getSerializationLibraryBytes()

public ByteString getSerializationLibraryBytes()

Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.

string serialization_library = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for serializationLibrary.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SerDeInfo.Builder newBuilderForType()
Returns
Type Description
SerDeInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SerDeInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SerDeInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SerDeInfo.Builder toBuilder()
Returns
Type Description
SerDeInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException