public interface DestinationVolumeParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description for the destination volume.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description for the destination volume.
|
String |
getShareName()
Destination volume's share name.
|
com.google.protobuf.ByteString |
getShareNameBytes()
Destination volume's share name.
|
String |
getStoragePool()
Required.
|
com.google.protobuf.ByteString |
getStoragePoolBytes()
Required.
|
String |
getVolumeId()
Desired destination volume resource id.
|
com.google.protobuf.ByteString |
getVolumeIdBytes()
Desired destination volume resource id.
|
boolean |
hasDescription()
Description for the destination volume.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStoragePool()
Required. Existing destination StoragePool name.
string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getStoragePoolBytes()
Required. Existing destination StoragePool name.
string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getVolumeId()
Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
string volume_id = 2;com.google.protobuf.ByteString getVolumeIdBytes()
Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
string volume_id = 2;String getShareName()
Destination volume's share name. If not specified, source volume's share name will be used.
string share_name = 3;com.google.protobuf.ByteString getShareNameBytes()
Destination volume's share name. If not specified, source volume's share name will be used.
string share_name = 3;boolean hasDescription()
Description for the destination volume.
optional string description = 4;String getDescription()
Description for the destination volume.
optional string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
Description for the destination volume.
optional string description = 4;Copyright © 2024 Google LLC. All rights reserved.