Class: Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential
- 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
-
#password ⇒ ::String
The password for the credential.
-
#username ⇒ ::String
The username for the credential.
Instance Attribute Details
#password ⇒ ::String
Returns 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.
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 |