public interface CustomerEncryptionKeyProtectedDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomerEncryptionKey |
getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKeyOrBuilder |
getDiskEncryptionKeyOrBuilder()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
String |
getSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
com.google.protobuf.ByteString |
getSourceBytes()
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
boolean |
hasDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
boolean |
hasSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
CustomerEncryptionKey getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
CustomerEncryptionKeyOrBuilder getDiskEncryptionKeyOrBuilder()
Decrypts data associated with the disk with a customer-supplied encryption key.
optional .google.cloud.compute.v1.CustomerEncryptionKey disk_encryption_key = 271660677;
boolean hasSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name
optional string source = 177235995;String getSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name
optional string source = 177235995;com.google.protobuf.ByteString getSourceBytes()
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name
optional string source = 177235995;Copyright © 2023 Google LLC. All rights reserved.