Class: Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig

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

Overview

Configuration of the Dataproc Metastore Service.

Instance Attribute Summary collapse

Instance Attribute Details

#metastore_service::String

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

Example:

  • projects/[project_id]/locations/[region]/services/[service_id].

Returns:

  • (::String)

    Optional. Resource name of an existing Dataproc Metastore service.

    Example:

    • projects/[project_id]/locations/[region]/services/[service_id]


366
367
368
369
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 366

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