public interface GetSnapshotRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()The location that contains this snapshot.
string location = 3;
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The location that contains this snapshot.
string location = 3;
| Type | Description |
ByteString |
The bytes for location. |
getProjectId()
public abstract String getProjectId()The ID of the Cloud Platform project that the snapshot belongs to.
string project_id = 1;
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The ID of the Cloud Platform project that the snapshot belongs to.
string project_id = 1;
| Type | Description |
ByteString |
The bytes for projectId. |
getSnapshotId()
public abstract String getSnapshotId()The ID of the snapshot.
string snapshot_id = 2;
| Type | Description |
String |
The snapshotId. |
getSnapshotIdBytes()
public abstract ByteString getSnapshotIdBytes()The ID of the snapshot.
string snapshot_id = 2;
| Type | Description |
ByteString |
The bytes for snapshotId. |