Interface HiveTableOptions.StorageDescriptorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HiveTableOptions.StorageDescriptor
,HiveTableOptions.StorageDescriptor.Builder
- Enclosing class:
- HiveTableOptions
public static interface HiveTableOptions.StorageDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInputFormat()
The fully qualified Java class name of the input format.com.google.protobuf.ByteString
getInputFormatBytes()
The fully qualified Java class name of the input format.String
getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with "gs://".com.google.protobuf.ByteString
getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with "gs://".String
getOutputFormat()
The fully qualified Java class name of the output format.com.google.protobuf.ByteString
getOutputFormatBytes()
The fully qualified Java class name of the output format.HiveTableOptions.SerDeInfo
getSerdeInfo()
Serializer and deserializer information.HiveTableOptions.SerDeInfoOrBuilder
getSerdeInfoOrBuilder()
Serializer and deserializer information.boolean
hasSerdeInfo()
Serializer and deserializer information.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationUri
String getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;
- Returns:
- The locationUri.
-
getLocationUriBytes
com.google.protobuf.ByteString getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;
- Returns:
- The bytes for locationUri.
-
getInputFormat
String getInputFormat()
The fully qualified Java class name of the input format.
string input_format = 2;
- Returns:
- The inputFormat.
-
getInputFormatBytes
com.google.protobuf.ByteString getInputFormatBytes()
The fully qualified Java class name of the input format.
string input_format = 2;
- Returns:
- The bytes for inputFormat.
-
getOutputFormat
String getOutputFormat()
The fully qualified Java class name of the output format.
string output_format = 3;
- Returns:
- The outputFormat.
-
getOutputFormatBytes
com.google.protobuf.ByteString getOutputFormatBytes()
The fully qualified Java class name of the output format.
string output_format = 3;
- Returns:
- The bytes for outputFormat.
-
hasSerdeInfo
boolean hasSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;
- Returns:
- Whether the serdeInfo field is set.
-
getSerdeInfo
HiveTableOptions.SerDeInfo getSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;
- Returns:
- The serdeInfo.
-
getSerdeInfoOrBuilder
HiveTableOptions.SerDeInfoOrBuilder getSerdeInfoOrBuilder()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;
-
-