public interface CreateVolumeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getVolume()
public abstract Volume getVolume()
Required. The volume being created.
.google.cloud.netapp.v1.Volume volume = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Volume |
The volume. |
getVolumeId()
public abstract String getVolumeId()
Required. Id of the requesting volume If auto-generating Id server-side, remove this field and Id from the method_signature of Create RPC
string volume_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The volumeId. |
getVolumeIdBytes()
public abstract ByteString getVolumeIdBytes()
Required. Id of the requesting volume If auto-generating Id server-side, remove this field and Id from the method_signature of Create RPC
string volume_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for volumeId. |
getVolumeOrBuilder()
public abstract VolumeOrBuilder getVolumeOrBuilder()
Required. The volume being created.
.google.cloud.netapp.v1.Volume volume = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
VolumeOrBuilder |
hasVolume()
public abstract boolean hasVolume()
Required. The volume being created.
.google.cloud.netapp.v1.Volume volume = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the volume field is set. |