@Generated(value="by GAPIC") @BetaApi public final class CustomerEncryptionKeyProtectedDisk extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
CustomerEncryptionKeyProtectedDisk.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static CustomerEncryptionKeyProtectedDisk |
getDefaultInstance() |
CustomerEncryptionKey |
getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
int |
hashCode() |
static CustomerEncryptionKeyProtectedDisk.Builder |
newBuilder() |
static CustomerEncryptionKeyProtectedDisk.Builder |
newBuilder(CustomerEncryptionKeyProtectedDisk prototype) |
CustomerEncryptionKeyProtectedDisk.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public CustomerEncryptionKey getDiskEncryptionKey()
public String getSource()
public static CustomerEncryptionKeyProtectedDisk.Builder newBuilder()
public static CustomerEncryptionKeyProtectedDisk.Builder newBuilder(CustomerEncryptionKeyProtectedDisk prototype)
public CustomerEncryptionKeyProtectedDisk.Builder toBuilder()
public static CustomerEncryptionKeyProtectedDisk getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.