public static interface WorkstationConfig.CustomerEncryptionKeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKmsKey()
public abstract String getKmsKey() The name of the Google Cloud KMS encryption key. For example,
projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME.
string kms_key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKey. |
getKmsKeyBytes()
public abstract ByteString getKmsKeyBytes() The name of the Google Cloud KMS encryption key. For example,
projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME.
string kms_key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKey. |
getKmsKeyServiceAccount()
public abstract String getKmsKeyServiceAccount() The service account to use with the specified
KMS key. We recommend that you use a separate service account
and follow KMS best practices. For more information, see
Separation of
duties and
gcloud kms keys add-iam-policy-binding
--member.
string kms_key_service_account = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKeyServiceAccount. |
getKmsKeyServiceAccountBytes()
public abstract ByteString getKmsKeyServiceAccountBytes() The service account to use with the specified
KMS key. We recommend that you use a separate service account
and follow KMS best practices. For more information, see
Separation of
duties and
gcloud kms keys add-iam-policy-binding
--member.
string kms_key_service_account = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKeyServiceAccount. |