Class: Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
- 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
-
#metastore_service ⇒ ::String
Optional.
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]
.
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 |