Uses of Class
com.google.cloud.compute.v1.SourceDiskEncryptionKey
-
Packages that use SourceDiskEncryptionKey Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SourceDiskEncryptionKey in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SourceDiskEncryptionKey Modifier and Type Method Description SourceDiskEncryptionKey
SourceDiskEncryptionKey.Builder. build()
SourceDiskEncryptionKey
SourceDiskEncryptionKey.Builder. buildPartial()
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. getDefaultInstance()
SourceDiskEncryptionKey
SourceDiskEncryptionKey.Builder. getDefaultInstanceForType()
SourceDiskEncryptionKey
SourceDiskEncryptionKey. getDefaultInstanceForType()
SourceDiskEncryptionKey
MachineImage.Builder. getSourceDiskEncryptionKeys(int index)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKey
MachineImage. getSourceDiskEncryptionKeys(int index)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKey
MachineImageOrBuilder. getSourceDiskEncryptionKeys(int index)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseDelimitedFrom(InputStream input)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(byte[] data)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(com.google.protobuf.ByteString data)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(InputStream input)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(ByteBuffer data)
static SourceDiskEncryptionKey
SourceDiskEncryptionKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SourceDiskEncryptionKey Modifier and Type Method Description com.google.protobuf.Parser<SourceDiskEncryptionKey>
SourceDiskEncryptionKey. getParserForType()
List<SourceDiskEncryptionKey>
MachineImage.Builder. getSourceDiskEncryptionKeysList()
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.List<SourceDiskEncryptionKey>
MachineImage. getSourceDiskEncryptionKeysList()
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.List<SourceDiskEncryptionKey>
MachineImageOrBuilder. getSourceDiskEncryptionKeysList()
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.static com.google.protobuf.Parser<SourceDiskEncryptionKey>
SourceDiskEncryptionKey. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SourceDiskEncryptionKey Modifier and Type Method Description MachineImage.Builder
MachineImage.Builder. addSourceDiskEncryptionKeys(int index, SourceDiskEncryptionKey value)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.MachineImage.Builder
MachineImage.Builder. addSourceDiskEncryptionKeys(SourceDiskEncryptionKey value)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKey.Builder
SourceDiskEncryptionKey.Builder. mergeFrom(SourceDiskEncryptionKey other)
static SourceDiskEncryptionKey.Builder
SourceDiskEncryptionKey. newBuilder(SourceDiskEncryptionKey prototype)
MachineImage.Builder
MachineImage.Builder. setSourceDiskEncryptionKeys(int index, SourceDiskEncryptionKey value)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.Method parameters in com.google.cloud.compute.v1 with type arguments of type SourceDiskEncryptionKey Modifier and Type Method Description MachineImage.Builder
MachineImage.Builder. addAllSourceDiskEncryptionKeys(Iterable<? extends SourceDiskEncryptionKey> values)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.
-