public sealed class CloudSqlCredential : IMessage<CloudSqlCredential>, IEquatable<CloudSqlCredential>, IDeepCloneable<CloudSqlCredential>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class CloudSqlCredential.
Credential info for the Cloud SQL.
Implements
IMessageCloudSqlCredential, IEquatableCloudSqlCredential, IDeepCloneableCloudSqlCredential, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Connection.V1Assembly
Google.Cloud.BigQuery.Connection.V1.dll
Constructors
CloudSqlCredential()
public CloudSqlCredential()
CloudSqlCredential(CloudSqlCredential)
public CloudSqlCredential(CloudSqlCredential other)
Parameter | |
---|---|
Name | Description |
other | CloudSqlCredential |
Properties
Password
public string Password { get; set; }
The password for the credential.
Property Value | |
---|---|
Type | Description |
string |
Username
public string Username { get; set; }
The username for the credential.
Property Value | |
---|---|
Type | Description |
string |