Class: Google::Apis::BigqueryconnectionV1beta1::ConnectionCredential

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/bigqueryconnection_v1beta1/classes.rb,
generated/google/apis/bigqueryconnection_v1beta1/representations.rb,
generated/google/apis/bigqueryconnection_v1beta1/representations.rb

Overview

Credential to use with a connection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectionCredential

Returns a new instance of ConnectionCredential.



302
303
304
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 302

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_sqlGoogle::Apis::BigqueryconnectionV1beta1::CloudSqlCredential

Credential info for the Cloud SQL. Corresponds to the JSON property cloudSql



300
301
302
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 300

def cloud_sql
  @cloud_sql
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



307
308
309
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 307

def update!(**args)
  @cloud_sql = args[:cloud_sql] if args.key?(:cloud_sql)
end