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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ConnectionCredential

Returns a new instance of ConnectionCredential.



353
354
355
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 353

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



351
352
353
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 351

def cloud_sql
  @cloud_sql
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



358
359
360
# File 'generated/google/apis/bigqueryconnection_v1beta1/classes.rb', line 358

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