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
Returns
- (::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType) — Type of the Cloud SQL database.
#type=
def type=(value) -> ::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType
Parameter
- value (::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType) — Type of the Cloud SQL database.
Returns
- (::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec::DatabaseType) — Type of the Cloud SQL database.