public interface DestinationVolumeParametersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
Description for the destination volume.
optional string description = 4;
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Description for the destination volume.
optional string description = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getShareName()
public abstract String getShareName()
Destination volume's share name. If not specified, source volume's share name will be used.
string share_name = 3;
Returns | |
---|---|
Type | Description |
String | The shareName. |
getShareNameBytes()
public abstract ByteString getShareNameBytes()
Destination volume's share name. If not specified, source volume's share name will be used.
string share_name = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for shareName. |
getStoragePool()
public abstract String getStoragePool()
Required. Existing destination StoragePool name.
string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The storagePool. |
getStoragePoolBytes()
public abstract ByteString getStoragePoolBytes()
Required. Existing destination StoragePool name.
string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for storagePool. |
getVolumeId()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The volumeId. |
getVolumeIdBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for volumeId. |
hasDescription()
public abstract boolean hasDescription()
Description for the destination volume.
optional string description = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the description field is set. |