public final class AuxiliaryVersionConfig extends GeneratedMessageV3 implements AuxiliaryVersionConfigOrBuilder
Configuration information for the auxiliary service versions.
Protobuf type google.cloud.metastore.v1alpha.AuxiliaryVersionConfig
Inherited Members
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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CONFIG_OVERRIDES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NETWORK_CONFIG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static AuxiliaryVersionConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static AuxiliaryVersionConfig.Builder newBuilder()
public static AuxiliaryVersionConfig.Builder newBuilder(AuxiliaryVersionConfig prototype)
public static AuxiliaryVersionConfig parseDelimitedFrom(InputStream input)
public static AuxiliaryVersionConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryVersionConfig parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static AuxiliaryVersionConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryVersionConfig parseFrom(ByteString data)
public static AuxiliaryVersionConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryVersionConfig parseFrom(CodedInputStream input)
public static AuxiliaryVersionConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryVersionConfig parseFrom(InputStream input)
public static AuxiliaryVersionConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryVersionConfig parseFrom(ByteBuffer data)
public static AuxiliaryVersionConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<AuxiliaryVersionConfig> parser()
Methods
public 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;
Parameter |
---|
Name | Description |
key | String
|
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Map<String,String> getConfigOverrides()
public 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. 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;
Returns |
---|
Type | Description |
int | |
public 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;
public 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;
public 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;
Parameter |
---|
Name | Description |
key | String
|
public AuxiliaryVersionConfig getDefaultInstanceForType()
public NetworkConfig getNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the
auxiliary Hive metastore service.
.google.cloud.metastore.v1alpha.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NetworkConfigOrBuilder getNetworkConfigOrBuilder()
Output only. The network configuration contains the endpoint URI(s) of the
auxiliary Hive metastore service.
.google.cloud.metastore.v1alpha.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Parser<AuxiliaryVersionConfig> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public 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;
Returns |
---|
Type | Description |
String | The version.
|
public 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;
Returns |
---|
Type | Description |
ByteString | The bytes for version.
|
public boolean hasNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the
auxiliary Hive metastore service.
.google.cloud.metastore.v1alpha.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the networkConfig field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
---|
Name | Description |
number | int
|
Returns |
---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor | |
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public AuxiliaryVersionConfig.Builder newBuilderForType()
protected AuxiliaryVersionConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public AuxiliaryVersionConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides