Send feedback
Class SerDeInfo (3.10.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.10.3 keyboard_arrow_down
public final class SerDeInfo extends GeneratedMessageV3 implements SerDeInfoOrBuilder
Serializer and deserializer information.
Protobuf type google.cloud.bigquery.storage.v1alpha.SerDeInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SerDeInfo . Builder newBuilder ()
newBuilder(SerDeInfo prototype)
public static SerDeInfo . Builder newBuilder ( SerDeInfo prototype )
Parameter
Name
Description
prototype
SerDeInfo
public static SerDeInfo parseDelimitedFrom ( InputStream input )
public static SerDeInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SerDeInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SerDeInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SerDeInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SerDeInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SerDeInfo parseFrom ( CodedInputStream input )
public static SerDeInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SerDeInfo parseFrom ( InputStream input )
public static SerDeInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SerDeInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SerDeInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SerDeInfo> parser ()
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
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public SerDeInfo getDefaultInstanceForType ()
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 ()
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];
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];
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 ()
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()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
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 ()
Overrides
newBuilderForType()
public SerDeInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SerDeInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SerDeInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]