Interface EnableManagedRotationRequest.CloudSQLSingleUserCredentialsOrBuilder (2.95.0)

public static interface EnableManagedRotationRequest.CloudSQLSingleUserCredentialsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceId()

public abstract String getInstanceId()

Required. Instance ID of the Cloud SQL instance.

string instance_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instanceId.

getInstanceIdBytes()

public abstract ByteString getInstanceIdBytes()

Required. Instance ID of the Cloud SQL instance.

string instance_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instanceId.

getPassword()

public abstract String getPassword()

Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.

string password = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The password.

getPasswordBytes()

public abstract ByteString getPasswordBytes()

Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.

string password = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for password.

getUsername()

public abstract String getUsername()

Required. Username of the Cloud SQL instance.

string username = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

Required. Username of the Cloud SQL instance.

string username = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for username.