Class: Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/connection/v1/connection.rb

Overview

Credential info for the Cloud SQL.

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns The password for the credential.

Returns:

  • (::String)

    The password for the credential.



204
205
206
207
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 204

class CloudSqlCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns The username for the credential.

Returns:

  • (::String)

    The username for the credential.



204
205
206
207
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 204

class CloudSqlCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end