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.
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.
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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface AuxiliaryVersionConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.metastore.v1.AuxiliaryVersionConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.metastore.v1.AuxiliaryVersionConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.metastore.v1.AuxiliaryVersionConfigOrBuilder) \n\n public interface AuxiliaryVersionConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### containsConfigOverrides(String key)\n\n public abstract boolean containsConfigOverrides(String key)\n\nA mapping of Hive metastore configuration key-value pairs to apply to the\nauxiliary Hive metastore (configured in `hive-site.xml`) in addition to\nthe primary version's overrides. If keys are present in both the auxiliary\nversion's overrides and the primary version's overrides, the value from\nthe auxiliary version's overrides takes precedence.\n\n`map\u003cstring, string\u003e config_overrides = 2;`\n\n### getConfigOverrides()\n\n public abstract Map\u003cString,String\u003e getConfigOverrides()\n\nUse [#getConfigOverridesMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.metastore.v1.AuxiliaryVersionConfigOrBuilder#com_google_events_cloud_metastore_v1_AuxiliaryVersionConfigOrBuilder_getConfigOverridesMap__) instead.\n\n### getConfigOverridesCount()\n\n public abstract int getConfigOverridesCount()\n\nA mapping of Hive metastore configuration key-value pairs to apply to the\nauxiliary Hive metastore (configured in `hive-site.xml`) in addition to\nthe primary version's overrides. If keys are present in both the auxiliary\nversion's overrides and the primary version's overrides, the value from\nthe auxiliary version's overrides takes precedence.\n\n`map\u003cstring, string\u003e config_overrides = 2;`\n\n### getConfigOverridesMap()\n\n public abstract Map\u003cString,String\u003e getConfigOverridesMap()\n\nA mapping of Hive metastore configuration key-value pairs to apply to the\nauxiliary Hive metastore (configured in `hive-site.xml`) in addition to\nthe primary version's overrides. If keys are present in both the auxiliary\nversion's overrides and the primary version's overrides, the value from\nthe auxiliary version's overrides takes precedence.\n\n`map\u003cstring, string\u003e config_overrides = 2;`\n\n### getConfigOverridesOrDefault(String key, String defaultValue)\n\n public abstract String getConfigOverridesOrDefault(String key, String defaultValue)\n\nA mapping of Hive metastore configuration key-value pairs to apply to the\nauxiliary Hive metastore (configured in `hive-site.xml`) in addition to\nthe primary version's overrides. If keys are present in both the auxiliary\nversion's overrides and the primary version's overrides, the value from\nthe auxiliary version's overrides takes precedence.\n\n`map\u003cstring, string\u003e config_overrides = 2;`\n\n### getConfigOverridesOrThrow(String key)\n\n public abstract String getConfigOverridesOrThrow(String key)\n\nA mapping of Hive metastore configuration key-value pairs to apply to the\nauxiliary Hive metastore (configured in `hive-site.xml`) in addition to\nthe primary version's overrides. If keys are present in both the auxiliary\nversion's overrides and the primary version's overrides, the value from\nthe auxiliary version's overrides takes precedence.\n\n`map\u003cstring, string\u003e config_overrides = 2;`\n\n### getNetworkConfig()\n\n public abstract NetworkConfig getNetworkConfig()\n\nOutput only. The network configuration contains the endpoint URI(s) of the\nauxiliary Hive metastore service.\n\n`.google.events.cloud.metastore.v1.NetworkConfig network_config = 3;`\n\n### getNetworkConfigOrBuilder()\n\n public abstract NetworkConfigOrBuilder getNetworkConfigOrBuilder()\n\nOutput only. The network configuration contains the endpoint URI(s) of the\nauxiliary Hive metastore service.\n\n`.google.events.cloud.metastore.v1.NetworkConfig network_config = 3;`\n\n### getVersion()\n\n public abstract String getVersion()\n\nThe Hive metastore version of the auxiliary service. It must be less\nthan the primary Hive metastore service's version.\n\n`string version = 1;`\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\nThe Hive metastore version of the auxiliary service. It must be less\nthan the primary Hive metastore service's version.\n\n`string version = 1;`\n\n### hasNetworkConfig()\n\n public abstract boolean hasNetworkConfig()\n\nOutput only. The network configuration contains the endpoint URI(s) of the\nauxiliary Hive metastore service.\n\n`.google.events.cloud.metastore.v1.NetworkConfig network_config = 3;`"]]