public interface CreateVolumeSnapshotRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The volume to snapshot.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The volume to snapshot.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getVolumeSnapshot()
public abstract VolumeSnapshot getVolumeSnapshot()Required. The volume snapshot to create. Only the description field may be specified.
.google.cloud.baremetalsolution.v2.VolumeSnapshot volume_snapshot = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| VolumeSnapshot | The volumeSnapshot. |
getVolumeSnapshotOrBuilder()
public abstract VolumeSnapshotOrBuilder getVolumeSnapshotOrBuilder()Required. The volume snapshot to create. Only the description field may be specified.
.google.cloud.baremetalsolution.v2.VolumeSnapshot volume_snapshot = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| VolumeSnapshotOrBuilder |
hasVolumeSnapshot()
public abstract boolean hasVolumeSnapshot()Required. The volume snapshot to create. Only the description field may be specified.
.google.cloud.baremetalsolution.v2.VolumeSnapshot volume_snapshot = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the volumeSnapshot field is set. |