public static final class HiveTableOptions.StorageDescriptor extends GeneratedMessageV3 implements HiveTableOptions.StorageDescriptorOrBuilder
Stores physical storage information of the data.
Protobuf type google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.StorageDescriptor
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HiveTableOptions.StorageDescriptorImplements
HiveTableOptions.StorageDescriptorOrBuilderStatic Fields
INPUT_FORMAT_FIELD_NUMBER
public static final int INPUT_FORMAT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LOCATION_URI_FIELD_NUMBER
public static final int LOCATION_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
OUTPUT_FORMAT_FIELD_NUMBER
public static final int OUTPUT_FORMAT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SERDE_INFO_FIELD_NUMBER
public static final int SERDE_INFO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static HiveTableOptions.StorageDescriptor getDefaultInstance()
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static HiveTableOptions.StorageDescriptor.Builder newBuilder()
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor.Builder |
newBuilder(HiveTableOptions.StorageDescriptor prototype)
public static HiveTableOptions.StorageDescriptor.Builder newBuilder(HiveTableOptions.StorageDescriptor prototype)
Parameter | |
---|---|
Name | Description |
prototype | HiveTableOptions.StorageDescriptor |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor.Builder |
parseDelimitedFrom(InputStream input)
public static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static HiveTableOptions.StorageDescriptor parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static HiveTableOptions.StorageDescriptor parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static HiveTableOptions.StorageDescriptor parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static HiveTableOptions.StorageDescriptor parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<HiveTableOptions.StorageDescriptor> parser()
Returns | |
---|---|
Type | Description |
Parser<StorageDescriptor> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public HiveTableOptions.StorageDescriptor getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor |
getInputFormat()
public String getInputFormat()
The fully qualified Java class name of the input format.
string input_format = 2;
Returns | |
---|---|
Type | Description |
String | The inputFormat. |
getInputFormatBytes()
public ByteString getInputFormatBytes()
The fully qualified Java class name of the input format.
string input_format = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for inputFormat. |
getLocationUri()
public String getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;
Returns | |
---|---|
Type | Description |
String | The locationUri. |
getLocationUriBytes()
public ByteString getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for locationUri. |
getOutputFormat()
public String getOutputFormat()
The fully qualified Java class name of the output format.
string output_format = 3;
Returns | |
---|---|
Type | Description |
String | The outputFormat. |
getOutputFormatBytes()
public ByteString getOutputFormatBytes()
The fully qualified Java class name of the output format.
string output_format = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for outputFormat. |
getParserForType()
public Parser<HiveTableOptions.StorageDescriptor> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<StorageDescriptor> |
getSerdeInfo()
public HiveTableOptions.SerDeInfo getSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;
Returns | |
---|---|
Type | Description |
HiveTableOptions.SerDeInfo | The serdeInfo. |
getSerdeInfoOrBuilder()
public HiveTableOptions.SerDeInfoOrBuilder getSerdeInfoOrBuilder()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;
Returns | |
---|---|
Type | Description |
HiveTableOptions.SerDeInfoOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasSerdeInfo()
public boolean hasSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the serdeInfo field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public HiveTableOptions.StorageDescriptor.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HiveTableOptions.StorageDescriptor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public HiveTableOptions.StorageDescriptor.Builder toBuilder()
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |