Uses of Class
com.google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk
-
Packages that use CustomerEncryptionKeyProtectedDisk Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of CustomerEncryptionKeyProtectedDisk in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return CustomerEncryptionKeyProtectedDisk Modifier and Type Method Description CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk.Builder. build()
CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk.Builder. buildPartial()
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. getDefaultInstance()
CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk.Builder. getDefaultInstanceForType()
CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. getDefaultInstanceForType()
CustomerEncryptionKeyProtectedDisk
InstancesStartWithEncryptionKeyRequest.Builder. getDisks(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.CustomerEncryptionKeyProtectedDisk
InstancesStartWithEncryptionKeyRequest. getDisks(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.CustomerEncryptionKeyProtectedDisk
InstancesStartWithEncryptionKeyRequestOrBuilder. getDisks(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseDelimitedFrom(InputStream input)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(byte[] data)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(com.google.protobuf.ByteString data)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(InputStream input)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(ByteBuffer data)
static CustomerEncryptionKeyProtectedDisk
CustomerEncryptionKeyProtectedDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type CustomerEncryptionKeyProtectedDisk Modifier and Type Method Description List<CustomerEncryptionKeyProtectedDisk>
InstancesStartWithEncryptionKeyRequest.Builder. getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.List<CustomerEncryptionKeyProtectedDisk>
InstancesStartWithEncryptionKeyRequest. getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.List<CustomerEncryptionKeyProtectedDisk>
InstancesStartWithEncryptionKeyRequestOrBuilder. getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.com.google.protobuf.Parser<CustomerEncryptionKeyProtectedDisk>
CustomerEncryptionKeyProtectedDisk. getParserForType()
static com.google.protobuf.Parser<CustomerEncryptionKeyProtectedDisk>
CustomerEncryptionKeyProtectedDisk. parser()
Methods in com.google.cloud.compute.v1 with parameters of type CustomerEncryptionKeyProtectedDisk Modifier and Type Method Description InstancesStartWithEncryptionKeyRequest.Builder
InstancesStartWithEncryptionKeyRequest.Builder. addDisks(int index, CustomerEncryptionKeyProtectedDisk value)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.InstancesStartWithEncryptionKeyRequest.Builder
InstancesStartWithEncryptionKeyRequest.Builder. addDisks(CustomerEncryptionKeyProtectedDisk value)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.CustomerEncryptionKeyProtectedDisk.Builder
CustomerEncryptionKeyProtectedDisk.Builder. mergeFrom(CustomerEncryptionKeyProtectedDisk other)
static CustomerEncryptionKeyProtectedDisk.Builder
CustomerEncryptionKeyProtectedDisk. newBuilder(CustomerEncryptionKeyProtectedDisk prototype)
InstancesStartWithEncryptionKeyRequest.Builder
InstancesStartWithEncryptionKeyRequest.Builder. setDisks(int index, CustomerEncryptionKeyProtectedDisk value)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.Method parameters in com.google.cloud.compute.v1 with type arguments of type CustomerEncryptionKeyProtectedDisk Modifier and Type Method Description InstancesStartWithEncryptionKeyRequest.Builder
InstancesStartWithEncryptionKeyRequest.Builder. addAllDisks(Iterable<? extends CustomerEncryptionKeyProtectedDisk> values)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
-