public final class AuxiliaryVersionConfig extends com.google.protobuf.GeneratedMessageV3 implements AuxiliaryVersionConfigOrBuilder
Configuration information for the auxiliary service versions.Protobuf type
google.cloud.metastore.v1beta.AuxiliaryVersionConfig| Modifier and Type | Class and Description |
|---|---|
static class |
AuxiliaryVersionConfig.Builder
Configuration information for the auxiliary service versions.
|
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 |
CONFIG_OVERRIDES_FIELD_NUMBER |
static int |
NETWORK_CONFIG_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConfigOverrides(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
boolean |
equals(Object obj) |
Map<String,String> |
getConfigOverrides()
Deprecated.
|
int |
getConfigOverridesCount()
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
Map<String,String> |
getConfigOverridesMap()
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
String |
getConfigOverridesOrDefault(String key,
String defaultValue)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
String |
getConfigOverridesOrThrow(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
static AuxiliaryVersionConfig |
getDefaultInstance() |
AuxiliaryVersionConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
NetworkConfig |
getNetworkConfig()
Output only.
|
NetworkConfigOrBuilder |
getNetworkConfigOrBuilder()
Output only.
|
com.google.protobuf.Parser<AuxiliaryVersionConfig> |
getParserForType() |
int |
getSerializedSize() |
String |
getVersion()
The Hive metastore version of the auxiliary service.
|
com.google.protobuf.ByteString |
getVersionBytes()
The Hive metastore version of the auxiliary service.
|
int |
hashCode() |
boolean |
hasNetworkConfig()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static AuxiliaryVersionConfig.Builder |
newBuilder() |
static AuxiliaryVersionConfig.Builder |
newBuilder(AuxiliaryVersionConfig prototype) |
AuxiliaryVersionConfig.Builder |
newBuilderForType() |
protected AuxiliaryVersionConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AuxiliaryVersionConfig |
parseDelimitedFrom(InputStream input) |
static AuxiliaryVersionConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuxiliaryVersionConfig |
parseFrom(byte[] data) |
static AuxiliaryVersionConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuxiliaryVersionConfig |
parseFrom(ByteBuffer data) |
static AuxiliaryVersionConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuxiliaryVersionConfig |
parseFrom(com.google.protobuf.ByteString data) |
static AuxiliaryVersionConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuxiliaryVersionConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AuxiliaryVersionConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuxiliaryVersionConfig |
parseFrom(InputStream input) |
static AuxiliaryVersionConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AuxiliaryVersionConfig> |
parser() |
AuxiliaryVersionConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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 VERSION_FIELD_NUMBER
public static final int CONFIG_OVERRIDES_FIELD_NUMBER
public static final int NETWORK_CONFIG_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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getVersion()
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
string version = 1;getVersion in interface AuxiliaryVersionConfigOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
string version = 1;getVersionBytes in interface AuxiliaryVersionConfigOrBuilderpublic int getConfigOverridesCount()
AuxiliaryVersionConfigOrBuilderA mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;getConfigOverridesCount in interface AuxiliaryVersionConfigOrBuilderpublic boolean containsConfigOverrides(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;containsConfigOverrides in interface AuxiliaryVersionConfigOrBuilder@Deprecated public Map<String,String> getConfigOverrides()
getConfigOverridesMap() instead.getConfigOverrides in interface AuxiliaryVersionConfigOrBuilderpublic Map<String,String> getConfigOverridesMap()
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;getConfigOverridesMap in interface AuxiliaryVersionConfigOrBuilderpublic String getConfigOverridesOrDefault(String key, String defaultValue)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;getConfigOverridesOrDefault in interface AuxiliaryVersionConfigOrBuilderpublic String getConfigOverridesOrThrow(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;getConfigOverridesOrThrow in interface AuxiliaryVersionConfigOrBuilderpublic boolean hasNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasNetworkConfig in interface AuxiliaryVersionConfigOrBuilderpublic NetworkConfig getNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNetworkConfig in interface AuxiliaryVersionConfigOrBuilderpublic NetworkConfigOrBuilder getNetworkConfigOrBuilder()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNetworkConfigOrBuilder in interface AuxiliaryVersionConfigOrBuilderpublic 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 AuxiliaryVersionConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuxiliaryVersionConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static AuxiliaryVersionConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AuxiliaryVersionConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AuxiliaryVersionConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AuxiliaryVersionConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AuxiliaryVersionConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AuxiliaryVersionConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AuxiliaryVersionConfig.Builder newBuilder()
public static AuxiliaryVersionConfig.Builder newBuilder(AuxiliaryVersionConfig prototype)
public AuxiliaryVersionConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AuxiliaryVersionConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AuxiliaryVersionConfig getDefaultInstance()
public static com.google.protobuf.Parser<AuxiliaryVersionConfig> parser()
public com.google.protobuf.Parser<AuxiliaryVersionConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AuxiliaryVersionConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.