Class: Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Configuration information for the auxiliary service versions.
Defined Under Namespace
Classes: ConfigOverridesEntry
Instance Attribute Summary collapse
-
#config_overrides ⇒ ::Google::Protobuf::Map{::String => ::String}
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. -
#network_config ⇒ ::Google::Cloud::Metastore::V1beta::NetworkConfig
readonly
Output only.
-
#version ⇒ ::String
The Hive metastore version of the auxiliary service.
Instance Attribute Details
#config_overrides ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
392 393 394 395 396 397 398 399 400 401 402 403 404 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 392 class AuxiliaryVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConfigOverridesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#network_config ⇒ ::Google::Cloud::Metastore::V1beta::NetworkConfig (readonly)
Returns Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
392 393 394 395 396 397 398 399 400 401 402 403 404 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 392 class AuxiliaryVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConfigOverridesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#version ⇒ ::String
Returns The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
392 393 394 395 396 397 398 399 400 401 402 403 404 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 392 class AuxiliaryVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConfigOverridesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |