BigQuery Connection V1 API - Class Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential (v0.18.0)

Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential.

Credential info for the Cloud SQL.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password

def password() -> ::String
Returns
  • (::String) — The password for the credential.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — The password for the credential.
Returns
  • (::String) — The password for the credential.

#username

def username() -> ::String
Returns
  • (::String) — The username for the credential.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — The username for the credential.
Returns
  • (::String) — The username for the credential.