Class HiveTableOptions.StorageDescriptor (0.18.0)

See more code actions.
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

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HiveTableOptions.StorageDescriptor
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)

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()

getDescriptor()

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

newBuilder()

public static HiveTableOptions.StorageDescriptor.Builder newBuilder()

newBuilder(HiveTableOptions.StorageDescriptor prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
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()

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;

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()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public HiveTableOptions.StorageDescriptor.Builder toBuilder()

writeTo(CodedOutputStream output)

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