public static interface Volume.CloneDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSharedSpaceGib()
public abstract long getSharedSpaceGib()Output only. Shared space in GiB. Determined at volume creation time based on size of source snapshot.
int64 shared_space_gib = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The sharedSpaceGib. |
getSourceSnapshot()
public abstract String getSourceSnapshot()Output only. Specifies the full resource name of the source snapshot from which this volume was cloned. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
string source_snapshot = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The sourceSnapshot. |
getSourceSnapshotBytes()
public abstract ByteString getSourceSnapshotBytes()Output only. Specifies the full resource name of the source snapshot from which this volume was cloned. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
string source_snapshot = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceSnapshot. |
getSourceVolume()
public abstract String getSourceVolume()Output only. Full name of the source volume resource. Format: projects/{project}/locations/{location}/volumes/{volume}
string source_volume = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The sourceVolume. |
getSourceVolumeBytes()
public abstract ByteString getSourceVolumeBytes()Output only. Full name of the source volume resource. Format: projects/{project}/locations/{location}/volumes/{volume}
string source_volume = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceVolume. |