public interface EnableManagedRotationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudSqlSingleUserCredentials()
public abstract EnableManagedRotationRequest.CloudSQLSingleUserCredentials getCloudSqlSingleUserCredentials()Credentials required for Cloud SQL DB for Single user Managed Rotation.
.google.cloud.secretmanager.v1.EnableManagedRotationRequest.CloudSQLSingleUserCredentials cloud_sql_single_user_credentials = 2;
| Returns | |
|---|---|
| Type | Description |
EnableManagedRotationRequest.CloudSQLSingleUserCredentials |
The cloudSqlSingleUserCredentials. |
getCloudSqlSingleUserCredentialsOrBuilder()
public abstract EnableManagedRotationRequest.CloudSQLSingleUserCredentialsOrBuilder getCloudSqlSingleUserCredentialsOrBuilder()Credentials required for Cloud SQL DB for Single user Managed Rotation.
.google.cloud.secretmanager.v1.EnableManagedRotationRequest.CloudSQLSingleUserCredentials cloud_sql_single_user_credentials = 2;
| Returns | |
|---|---|
| Type | Description |
EnableManagedRotationRequest.CloudSQLSingleUserCredentialsOrBuilder |
|
getCredentialsCase()
public abstract EnableManagedRotationRequest.CredentialsCase getCredentialsCase()| Returns | |
|---|---|
| Type | Description |
EnableManagedRotationRequest.CredentialsCase |
|
getParent()
public abstract String getParent() Required. The resource name of the
Secret to associate with the
SecretVersion in the format
projects/*/secrets/* or projects/*/locations/*/secrets/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The resource name of the
Secret to associate with the
SecretVersion in the format
projects/*/secrets/* or projects/*/locations/*/secrets/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCloudSqlSingleUserCredentials()
public abstract boolean hasCloudSqlSingleUserCredentials()Credentials required for Cloud SQL DB for Single user Managed Rotation.
.google.cloud.secretmanager.v1.EnableManagedRotationRequest.CloudSQLSingleUserCredentials cloud_sql_single_user_credentials = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudSqlSingleUserCredentials field is set. |