Class HiveTableOptions.StorageDescriptor (0.29.0)

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.StorageDescriptor

Static Fields

INPUT_FORMAT_FIELD_NUMBER

public static final int INPUT_FORMAT_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_URI_FIELD_NUMBER

public static final int LOCATION_URI_FIELD_NUMBER
Field Value
TypeDescription
int

OUTPUT_FORMAT_FIELD_NUMBER

public static final int OUTPUT_FORMAT_FIELD_NUMBER
Field Value
TypeDescription
int

SERDE_INFO_FIELD_NUMBER

public static final int SERDE_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static HiveTableOptions.StorageDescriptor getDefaultInstance()
Returns
TypeDescription
HiveTableOptions.StorageDescriptor

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static HiveTableOptions.StorageDescriptor.Builder newBuilder()
Returns
TypeDescription
HiveTableOptions.StorageDescriptor.Builder

newBuilder(HiveTableOptions.StorageDescriptor prototype)

public static HiveTableOptions.StorageDescriptor.Builder newBuilder(HiveTableOptions.StorageDescriptor prototype)
Parameter
NameDescription
prototypeHiveTableOptions.StorageDescriptor
Returns
TypeDescription
HiveTableOptions.StorageDescriptor.Builder

parseDelimitedFrom(InputStream input)

public static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static HiveTableOptions.StorageDescriptor parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static HiveTableOptions.StorageDescriptor parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static HiveTableOptions.StorageDescriptor parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static HiveTableOptions.StorageDescriptor parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HiveTableOptions.StorageDescriptor
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<HiveTableOptions.StorageDescriptor> parser()
Returns
TypeDescription
Parser<StorageDescriptor>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public HiveTableOptions.StorageDescriptor getDefaultInstanceForType()
Returns
TypeDescription
HiveTableOptions.StorageDescriptor

getInputFormat()

public String getInputFormat()

The fully qualified Java class name of the input format.

string input_format = 2;

Returns
TypeDescription
String

The inputFormat.

getInputFormatBytes()

public ByteString getInputFormatBytes()

The fully qualified Java class name of the input format.

string input_format = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for locationUri.

getOutputFormat()

public String getOutputFormat()

The fully qualified Java class name of the output format.

string output_format = 3;

Returns
TypeDescription
String

The outputFormat.

getOutputFormatBytes()

public ByteString getOutputFormatBytes()

The fully qualified Java class name of the output format.

string output_format = 3;

Returns
TypeDescription
ByteString

The bytes for outputFormat.

getParserForType()

public Parser<HiveTableOptions.StorageDescriptor> getParserForType()
Returns
TypeDescription
Parser<StorageDescriptor>
Overrides

getSerdeInfo()

public HiveTableOptions.SerDeInfo getSerdeInfo()

Serializer and deserializer information.

.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;

Returns
TypeDescription
HiveTableOptions.SerDeInfo

The serdeInfo.

getSerdeInfoOrBuilder()

public HiveTableOptions.SerDeInfoOrBuilder getSerdeInfoOrBuilder()

Serializer and deserializer information.

.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;

Returns
TypeDescription
HiveTableOptions.SerDeInfoOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasSerdeInfo()

public boolean hasSerdeInfo()

Serializer and deserializer information.

.google.cloud.bigquery.biglake.v1alpha1.HiveTableOptions.SerDeInfo serde_info = 4;

Returns
TypeDescription
boolean

Whether the serdeInfo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public HiveTableOptions.StorageDescriptor.Builder newBuilderForType()
Returns
TypeDescription
HiveTableOptions.StorageDescriptor.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected HiveTableOptions.StorageDescriptor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
HiveTableOptions.StorageDescriptor.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public HiveTableOptions.StorageDescriptor.Builder toBuilder()
Returns
TypeDescription
HiveTableOptions.StorageDescriptor.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException