public interface StorageDescriptorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputFormat()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The inputFormat. |
getInputFormatBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputFormat. |
getLocationUri()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The locationUri. |
getLocationUriBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for locationUri. |
getOutputFormat()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The outputFormat. |
getOutputFormatBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputFormat. |
getSerdeInfo()
public abstract SerDeInfo getSerdeInfo()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SerDeInfo |
The serdeInfo. |
getSerdeInfoOrBuilder()
public abstract SerDeInfoOrBuilder getSerdeInfoOrBuilder()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SerDeInfoOrBuilder |
|
hasSerdeInfo()
public abstract boolean hasSerdeInfo()Optional. Serializer and deserializer information.
.google.cloud.bigquery.storage.v1alpha.SerDeInfo serde_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serdeInfo field is set. |