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 SourceDiskEncryptionKeySourceDiskEncryptionKey.Builder. build()SourceDiskEncryptionKeySourceDiskEncryptionKey.Builder. buildPartial()static SourceDiskEncryptionKeySourceDiskEncryptionKey. getDefaultInstance()SourceDiskEncryptionKeySourceDiskEncryptionKey.Builder. getDefaultInstanceForType()SourceDiskEncryptionKeySourceDiskEncryptionKey. getDefaultInstanceForType()SourceDiskEncryptionKeyMachineImage.Builder. getSourceDiskEncryptionKeys(int index)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKeyMachineImage. getSourceDiskEncryptionKeys(int index)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKeyMachineImageOrBuilder. getSourceDiskEncryptionKeys(int index)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseDelimitedFrom(InputStream input)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(byte[] data)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(com.google.protobuf.ByteString data)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(InputStream input)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceDiskEncryptionKeySourceDiskEncryptionKey. parseFrom(ByteBuffer data)static SourceDiskEncryptionKeySourceDiskEncryptionKey. 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.BuilderMachineImage.Builder. addSourceDiskEncryptionKeys(int index, SourceDiskEncryptionKey value)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.MachineImage.BuilderMachineImage.Builder. addSourceDiskEncryptionKeys(SourceDiskEncryptionKey value)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.SourceDiskEncryptionKey.BuilderSourceDiskEncryptionKey.Builder. mergeFrom(SourceDiskEncryptionKey other)static SourceDiskEncryptionKey.BuilderSourceDiskEncryptionKey. newBuilder(SourceDiskEncryptionKey prototype)MachineImage.BuilderMachineImage.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.BuilderMachineImage.Builder. addAllSourceDiskEncryptionKeys(Iterable<? extends SourceDiskEncryptionKey> values)[Input Only] The customer-supplied encryption key of the disks attached to the source instance.
-