class Google::Apis::BigqueryconnectionV1beta1::ConnectionCredential

Credential to use with a connection.

Attributes

cloud_sql[RW]

Credential info for the Cloud SQL. Corresponds to the JSON property `cloudSql` @return [Google::Apis::BigqueryconnectionV1beta1::CloudSqlCredential]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigqueryconnection_v1beta1/classes.rb, line 296
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigqueryconnection_v1beta1/classes.rb, line 301
def update!(**args)
  @cloud_sql = args[:cloud_sql] if args.key?(:cloud_sql)
end