Interface HiveTableOptions.SerDeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HiveTableOptions.SerDeInfo,HiveTableOptions.SerDeInfo.Builder
- Enclosing class:
- HiveTableOptions
public static interface HiveTableOptions.SerDeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSerializationLib()The fully qualified Java class name of the serialization library.com.google.protobuf.ByteStringgetSerializationLibBytes()The fully qualified Java class name of the serialization library.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSerializationLib
String getSerializationLib()
The fully qualified Java class name of the serialization library.
string serialization_lib = 1;- Returns:
- The serializationLib.
-
getSerializationLibBytes
com.google.protobuf.ByteString getSerializationLibBytes()
The fully qualified Java class name of the serialization library.
string serialization_lib = 1;- Returns:
- The bytes for serializationLib.
-
-