public static final class AuxiliaryVersionConfig.Builder extends GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder> implements AuxiliaryVersionConfigOrBuilder
Configuration information for the auxiliary service versions.
Protobuf type google.cloud.metastore.v1beta.AuxiliaryVersionConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public AuxiliaryVersionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AuxiliaryVersionConfig build()
public AuxiliaryVersionConfig buildPartial()
public AuxiliaryVersionConfig.Builder clear()
Overrides
public AuxiliaryVersionConfig.Builder clearConfigOverrides()
public AuxiliaryVersionConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public AuxiliaryVersionConfig.Builder clearNetworkConfig()
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];
public AuxiliaryVersionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public AuxiliaryVersionConfig.Builder clearVersion()
The Hive metastore version of the auxiliary service. It must be less
than the primary Hive metastore service's version.
string version = 1;
public AuxiliaryVersionConfig.Builder clone()
Overrides
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 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;
Returns |
Type |
Description |
String |
|
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
|
Returns |
Type |
Description |
String |
|
public AuxiliaryVersionConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Map<String,String> getMutableConfigOverrides()
Use alternate mutation accessors instead.
public 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];
public NetworkConfig.Builder getNetworkConfigBuilder()
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];
public 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];
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.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the networkConfig field is set.
|
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.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public AuxiliaryVersionConfig.Builder mergeFrom(AuxiliaryVersionConfig other)
public AuxiliaryVersionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public AuxiliaryVersionConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public AuxiliaryVersionConfig.Builder mergeNetworkConfig(NetworkConfig value)
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];
public final AuxiliaryVersionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AuxiliaryVersionConfig.Builder putAllConfigOverrides(Map<String,String> values)
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 AuxiliaryVersionConfig.Builder putConfigOverrides(String key, String value)
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 AuxiliaryVersionConfig.Builder removeConfigOverrides(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.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AuxiliaryVersionConfig.Builder setNetworkConfig(NetworkConfig value)
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];
public AuxiliaryVersionConfig.Builder setNetworkConfig(NetworkConfig.Builder builderForValue)
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];
public AuxiliaryVersionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final AuxiliaryVersionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AuxiliaryVersionConfig.Builder setVersion(String value)
The Hive metastore version of the auxiliary service. It must be less
than the primary Hive metastore service's version.
string version = 1;
Parameter |
Name |
Description |
value |
String
The version to set.
|
public AuxiliaryVersionConfig.Builder setVersionBytes(ByteString value)
The Hive metastore version of the auxiliary service. It must be less
than the primary Hive metastore service's version.
string version = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for version to set.
|