Class: Google::Cloud::Metastore::V1::AuxiliaryVersionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

Configuration information for the auxiliary service versions.

Defined Under Namespace

Classes: ConfigOverridesEntry

Instance Attribute Summary collapse

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.

Returns:

  • (::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. 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.



333
334
335
336
337
338
339
340
341
342
343
344
345
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 333

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::V1::NetworkConfig (readonly)

Returns Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Returns:



333
334
335
336
337
338
339
340
341
342
343
344
345
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 333

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.

Returns:

  • (::String)

    The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.



333
334
335
336
337
338
339
340
341
342
343
344
345
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 333

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