Class: Google::Apis::BigqueryconnectionV1beta1::ConnectionCredential
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryconnectionV1beta1::ConnectionCredential
- 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
-
#cloud_sql ⇒ Google::Apis::BigqueryconnectionV1beta1::CloudSqlCredential
Credential info for the Cloud SQL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConnectionCredential
constructor
A new instance of ConnectionCredential.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_sql ⇒ Google::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 |