@Generated(value="by GAPIC") @BetaApi public final class InstancesStartWithEncryptionKeyRequest extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstancesStartWithEncryptionKeyRequest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstancesStartWithEncryptionKeyRequest |
getDefaultInstance() |
List<CustomerEncryptionKeyProtectedDisk> |
getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
int |
hashCode() |
static InstancesStartWithEncryptionKeyRequest.Builder |
newBuilder() |
static InstancesStartWithEncryptionKeyRequest.Builder |
newBuilder(InstancesStartWithEncryptionKeyRequest prototype) |
InstancesStartWithEncryptionKeyRequest.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 List<CustomerEncryptionKeyProtectedDisk> getDisksList()
In order to start the instance, the disk url and its corresponding key must be provided.
If the disk is not protected with a customer-supplied encryption key it should not be specified.
public static InstancesStartWithEncryptionKeyRequest.Builder newBuilder()
public static InstancesStartWithEncryptionKeyRequest.Builder newBuilder(InstancesStartWithEncryptionKeyRequest prototype)
public InstancesStartWithEncryptionKeyRequest.Builder toBuilder()
public static InstancesStartWithEncryptionKeyRequest getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.