public interface VolumeSnapshotOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Optional. The creation time of the storage volume snapshot.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Optional. The creation time of the storage volume snapshot.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| TimestampOrBuilder |
getDescription()
public abstract String getDescription()The description of the storage volume snapshot.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the storage volume snapshot.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
getName()
public abstract String getName()Output only. The name of the storage volume snapshot.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The name of the storage volume snapshot.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getSizeBytes()
public abstract long getSizeBytes()The size of the storage volume snapshot, in bytes.
int64 size_bytes = 3;
| Type | Description |
| long | The sizeBytes. |
getStorageVolume()
public abstract String getStorageVolume()The storage volume this snapshot belongs to.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The storageVolume. |
getStorageVolumeBytes()
public abstract ByteString getStorageVolumeBytes()The storage volume this snapshot belongs to.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for storageVolume. |
hasCreateTime()
public abstract boolean hasCreateTime()Optional. The creation time of the storage volume snapshot.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the createTime field is set. |