public final class HiveTableOptions extends GeneratedMessageV3 implements HiveTableOptionsOrBuilder
Options of a Hive table.
Protobuf type google.cloud.bigquery.biglake.v1.HiveTableOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HiveTableOptionsImplements
HiveTableOptionsOrBuilderStatic Fields
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STORAGE_DESCRIPTOR_FIELD_NUMBER
public static final int STORAGE_DESCRIPTOR_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TABLE_TYPE_FIELD_NUMBER
public static final int TABLE_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static HiveTableOptions getDefaultInstance()
Returns | |
---|---|
Type | Description |
HiveTableOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static HiveTableOptions.Builder newBuilder()
Returns | |
---|---|
Type | Description |
HiveTableOptions.Builder |
newBuilder(HiveTableOptions prototype)
public static HiveTableOptions.Builder newBuilder(HiveTableOptions prototype)
Parameter | |
---|---|
Name | Description |
prototype | HiveTableOptions |
Returns | |
---|---|
Type | Description |
HiveTableOptions.Builder |
parseDelimitedFrom(InputStream input)
public static HiveTableOptions parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static HiveTableOptions parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static HiveTableOptions parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static HiveTableOptions parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static HiveTableOptions parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static HiveTableOptions parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HiveTableOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveTableOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<HiveTableOptions> parser()
Returns | |
---|---|
Type | Description |
Parser<HiveTableOptions> |
Methods
containsParameters(String key)
public boolean containsParameters(String key)
Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public HiveTableOptions getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
HiveTableOptions |
getParameters()
public Map<String,String> getParameters()
Use #getParametersMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getParametersCount()
public int getParametersCount()
Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
Returns | |
---|---|
Type | Description |
int |
getParametersMap()
public Map<String,String> getParametersMap()
Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getParametersOrDefault(String key, String defaultValue)
public String getParametersOrDefault(String key, String defaultValue)
Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getParametersOrThrow(String key)
public String getParametersOrThrow(String key)
Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getParserForType()
public Parser<HiveTableOptions> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<HiveTableOptions> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStorageDescriptor()
public HiveTableOptions.StorageDescriptor getStorageDescriptor()
Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptor | The storageDescriptor. |
getStorageDescriptorOrBuilder()
public HiveTableOptions.StorageDescriptorOrBuilder getStorageDescriptorOrBuilder()
Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
Returns | |
---|---|
Type | Description |
HiveTableOptions.StorageDescriptorOrBuilder |
getTableType()
public String getTableType()
Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
string table_type = 2;
Returns | |
---|---|
Type | Description |
String | The tableType. |
getTableTypeBytes()
public ByteString getTableTypeBytes()
Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
string table_type = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tableType. |
hasStorageDescriptor()
public boolean hasStorageDescriptor()
Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the storageDescriptor field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public HiveTableOptions.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
HiveTableOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HiveTableOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
HiveTableOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public HiveTableOptions.Builder toBuilder()
Returns | |
---|---|
Type | Description |
HiveTableOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |