Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.clone() |
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.mergeFrom(CustomerEncryptionKey other) |
static CustomerEncryptionKey.Builder |
CustomerEncryptionKey.newBuilder() |
static CustomerEncryptionKey.Builder |
CustomerEncryptionKey.newBuilder(CustomerEncryptionKey prototype) |
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.setKmsKeyName(String kmsKeyName)
The name of the encryption key that is stored in Google Cloud KMS.
|
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.setRawKey(String rawKey)
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either
encrypt or decrypt this resource.
|
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.setSha256(String sha256)
[Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption
key that protects this resource.
|
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.