public static final class HiveTableOptions.StorageDescriptor extends com.google.protobuf.GeneratedMessageV3 implements HiveTableOptions.StorageDescriptorOrBuilder
Stores physical storage information of the data.Protobuf type
google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
HiveTableOptions.StorageDescriptor.Builder
Stores physical storage information of the data.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_FORMAT_FIELD_NUMBER |
static int |
LOCATION_URI_FIELD_NUMBER |
static int |
OUTPUT_FORMAT_FIELD_NUMBER |
static int |
SERDE_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static HiveTableOptions.StorageDescriptor |
getDefaultInstance() |
HiveTableOptions.StorageDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getInputFormat()
The fully qualified Java class name of the input format.
|
com.google.protobuf.ByteString |
getInputFormatBytes()
The fully qualified Java class name of the input format.
|
String |
getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with
"gs://".
|
com.google.protobuf.ByteString |
getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with
"gs://".
|
String |
getOutputFormat()
The fully qualified Java class name of the output format.
|
com.google.protobuf.ByteString |
getOutputFormatBytes()
The fully qualified Java class name of the output format.
|
com.google.protobuf.Parser<HiveTableOptions.StorageDescriptor> |
getParserForType() |
HiveTableOptions.SerDeInfo |
getSerdeInfo()
Serializer and deserializer information.
|
HiveTableOptions.SerDeInfoOrBuilder |
getSerdeInfoOrBuilder()
Serializer and deserializer information.
|
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasSerdeInfo()
Serializer and deserializer information.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HiveTableOptions.StorageDescriptor.Builder |
newBuilder() |
static HiveTableOptions.StorageDescriptor.Builder |
newBuilder(HiveTableOptions.StorageDescriptor prototype) |
HiveTableOptions.StorageDescriptor.Builder |
newBuilderForType() |
protected HiveTableOptions.StorageDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HiveTableOptions.StorageDescriptor |
parseDelimitedFrom(InputStream input) |
static HiveTableOptions.StorageDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions.StorageDescriptor |
parseFrom(byte[] data) |
static HiveTableOptions.StorageDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions.StorageDescriptor |
parseFrom(ByteBuffer data) |
static HiveTableOptions.StorageDescriptor |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions.StorageDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static HiveTableOptions.StorageDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions.StorageDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveTableOptions.StorageDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions.StorageDescriptor |
parseFrom(InputStream input) |
static HiveTableOptions.StorageDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HiveTableOptions.StorageDescriptor> |
parser() |
HiveTableOptions.StorageDescriptor.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOCATION_URI_FIELD_NUMBER
public static final int INPUT_FORMAT_FIELD_NUMBER
public static final int OUTPUT_FORMAT_FIELD_NUMBER
public static final int SERDE_INFO_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getLocationUri()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;getLocationUri in interface HiveTableOptions.StorageDescriptorOrBuilderpublic com.google.protobuf.ByteString getLocationUriBytes()
Cloud Storage folder URI where the table data is stored, starting with "gs://".
string location_uri = 1;getLocationUriBytes in interface HiveTableOptions.StorageDescriptorOrBuilderpublic String getInputFormat()
The fully qualified Java class name of the input format.
string input_format = 2;getInputFormat in interface HiveTableOptions.StorageDescriptorOrBuilderpublic com.google.protobuf.ByteString getInputFormatBytes()
The fully qualified Java class name of the input format.
string input_format = 2;getInputFormatBytes in interface HiveTableOptions.StorageDescriptorOrBuilderpublic String getOutputFormat()
The fully qualified Java class name of the output format.
string output_format = 3;getOutputFormat in interface HiveTableOptions.StorageDescriptorOrBuilderpublic com.google.protobuf.ByteString getOutputFormatBytes()
The fully qualified Java class name of the output format.
string output_format = 3;getOutputFormatBytes in interface HiveTableOptions.StorageDescriptorOrBuilderpublic boolean hasSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;hasSerdeInfo in interface HiveTableOptions.StorageDescriptorOrBuilderpublic HiveTableOptions.SerDeInfo getSerdeInfo()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;getSerdeInfo in interface HiveTableOptions.StorageDescriptorOrBuilderpublic HiveTableOptions.SerDeInfoOrBuilder getSerdeInfoOrBuilder()
Serializer and deserializer information.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.SerDeInfo serde_info = 4;getSerdeInfoOrBuilder in interface HiveTableOptions.StorageDescriptorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HiveTableOptions.StorageDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HiveTableOptions.StorageDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HiveTableOptions.StorageDescriptor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HiveTableOptions.StorageDescriptor.Builder newBuilder()
public static HiveTableOptions.StorageDescriptor.Builder newBuilder(HiveTableOptions.StorageDescriptor prototype)
public HiveTableOptions.StorageDescriptor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HiveTableOptions.StorageDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HiveTableOptions.StorageDescriptor getDefaultInstance()
public static com.google.protobuf.Parser<HiveTableOptions.StorageDescriptor> parser()
public com.google.protobuf.Parser<HiveTableOptions.StorageDescriptor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HiveTableOptions.StorageDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.