Interface RestoreVolumeSnapshotRequestOrBuilder (0.41.0)

public interface RestoreVolumeSnapshotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVolumeSnapshot()

public abstract String getVolumeSnapshot()

Required. Name of the snapshot which will be used to restore its parent volume.

string volume_snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The volumeSnapshot.

getVolumeSnapshotBytes()

public abstract ByteString getVolumeSnapshotBytes()

Required. Name of the snapshot which will be used to restore its parent volume.

string volume_snapshot = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for volumeSnapshot.