BigQuery Connection v1 API - Class CloudSqlCredential (2.8.0)

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.

Inheritance

object > CloudSqlCredential

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

CloudSqlCredential()

public CloudSqlCredential()

CloudSqlCredential(CloudSqlCredential)

public CloudSqlCredential(CloudSqlCredential other)
Parameter
NameDescription
otherCloudSqlCredential

Properties

Password

public string Password { get; set; }

The password for the credential.

Property Value
TypeDescription
string

Username

public string Username { get; set; }

The username for the credential.

Property Value
TypeDescription
string