Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec (v0.13.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec.

Specification for the BigQuery connection to a Cloud SQL instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#database

def database() -> ::String
Returns
  • (::String) — Database name.

#database=

def database=(value) -> ::String
Parameter
  • value (::String) — Database name.
Returns
  • (::String) — Database name.

#instance_id

def instance_id() -> ::String
Returns
  • (::String) — Cloud SQL instance ID in the format of project:location:instance.

#instance_id=

def instance_id=(value) -> ::String
Parameter
  • value (::String) — Cloud SQL instance ID in the format of project:location:instance.
Returns
  • (::String) — Cloud SQL instance ID in the format of project:location:instance.

#type

def type() -> ::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType

#type=

def type=(value) -> ::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType
Parameter