Interface StorageDescriptorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StorageDescriptor,StorageDescriptor.Builder
public interface StorageDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.Optional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocationUri
String getLocationUri()Optional. The physical location of the metastore partition (e.g. `gs://spark-dataproc-data/pangea-data/case_sensitive/` or `gs://spark-dataproc-data/pangea-data/*`).
string location_uri = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The locationUri.
-
getLocationUriBytes
com.google.protobuf.ByteString getLocationUriBytes()Optional. The physical location of the metastore partition (e.g. `gs://spark-dataproc-data/pangea-data/case_sensitive/` or `gs://spark-dataproc-data/pangea-data/*`).
string location_uri = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for locationUri.
-
getInputFormat
String getInputFormat()Optional. Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.
string input_format = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The inputFormat.
-
getInputFormatBytes
com.google.protobuf.ByteString getInputFormatBytes()Optional. Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.
string input_format = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for inputFormat.
-
getOutputFormat
String getOutputFormat()Optional. Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.
string output_format = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The outputFormat.
-
getOutputFormatBytes
com.google.protobuf.ByteString getOutputFormatBytes()Optional. Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.
string output_format = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for outputFormat.
-
hasSerdeInfo
boolean hasSerdeInfo()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the serdeInfo field is set.
-
getSerdeInfo
SerDeInfo getSerdeInfo()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The serdeInfo.
-
getSerdeInfoOrBuilder
SerDeInfoOrBuilder getSerdeInfoOrBuilder()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];
-