Class: Google::Cloud::Dataproc::V1::MetastoreConfig

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

Overview

Specifies a Metastore configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#dataproc_metastore_service::String

Returns Required. Resource name of an existing Dataproc Metastore service.

Example:

  • projects/[project_id]/locations/[dataproc_region]/services/[service-name].

Returns:

  • (::String)

    Required. Resource name of an existing Dataproc Metastore service.

    Example:

    • projects/[project_id]/locations/[dataproc_region]/services/[service-name]


1109
1110
1111
1112
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1109

class MetastoreConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end