Class AuxiliaryVersionConfig (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class AuxiliaryVersionConfig extends GeneratedMessageV3 implements AuxiliaryVersionConfigOrBuilder
Configuration information for the auxiliary service versions.
Protobuf type google.events.cloud.metastore.v1.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;
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 NetworkConfig getNetworkConfig ()
Output only. The network configuration contains the endpoint URI(s) of the
auxiliary Hive metastore service.
.google.events.cloud.metastore.v1.NetworkConfig network_config = 3;
public NetworkConfigOrBuilder getNetworkConfigOrBuilder ()
Output only. The network configuration contains the endpoint URI(s) of the
auxiliary Hive metastore service.
.google.events.cloud.metastore.v1.NetworkConfig network_config = 3;
public Parser<AuxiliaryVersionConfig> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public final UnknownFieldSet getUnknownFields ()
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.events.cloud.metastore.v1.NetworkConfig network_config = 3;
Returns
Type
Description
boolean
Whether the networkConfig field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Overrides
public final boolean isInitialized ()
Overrides
public AuxiliaryVersionConfig . Builder newBuilderForType ()
protected AuxiliaryVersionConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public AuxiliaryVersionConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]