public static interface HiveTableOptions.StorageDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;com.google.protobuf.ByteString getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;String getInputFormat()
The fully qualified Java class name of the input format.
string input_format = 2;com.google.protobuf.ByteString getInputFormatBytes()
The fully qualified Java class name of the input format.
string input_format = 2;String getOutputFormat()
The fully qualified Java class name of the output format.
string output_format = 3;com.google.protobuf.ByteString getOutputFormatBytes()
The fully qualified Java class name of the output format.
string output_format = 3;boolean hasSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;HiveTableOptions.SerDeInfo getSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;HiveTableOptions.SerDeInfoOrBuilder getSerdeInfoOrBuilder()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;Copyright © 2023 Google LLC. All rights reserved.