public final class Volume extends GeneratedMessageV3 implements VolumeOrBuilder
A storage volume.
Protobuf type google.cloud.baremetalsolution.v2.Volume
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int AUTO_GROWN_SIZE_GIB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int CURRENT_SIZE_GIB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EMERGENCY_SIZE_GIB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int POD_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REMAINING_SPACE_GIB_FIELD_NUMBER
public static final int REMAINING_SPACE_GIB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int REQUESTED_SIZE_GIB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SNAPSHOT_AUTO_DELETE_BEHAVIOR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SNAPSHOT_ENABLED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SNAPSHOT_RESERVATION_DETAIL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STORAGE_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Volume getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Volume.Builder newBuilder()
public static Volume.Builder newBuilder(Volume prototype)
Parameter |
---|
Name | Description |
prototype | Volume
|
public static Volume parseDelimitedFrom(InputStream input)
public static Volume parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static Volume parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(ByteString data)
public static Volume parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(CodedInputStream input)
public static Volume parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(InputStream input)
public static Volume parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Volume parseFrom(ByteBuffer data)
public static Volume parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Volume> parser()
Methods
public boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 12;
Parameter |
---|
Name | Description |
key | String
|
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public long getAutoGrownSizeGib()
The size, in GiB, that this storage volume has expanded as a result of an
auto grow policy. In the absence of auto-grow, the value is 0.
int64 auto_grown_size_gib = 6;
Returns |
---|
Type | Description |
long | The autoGrownSizeGib.
|
public long getCurrentSizeGib()
The current size of this storage volume, in GiB, including space reserved
for snapshots. This size might be different than the requested size if the
storage volume has been configured with auto grow or auto shrink.
int64 current_size_gib = 5;
Returns |
---|
Type | Description |
long | The currentSizeGib.
|
public Volume getDefaultInstanceForType()
public long getEmergencySizeGib()
Additional emergency size that was requested for this Volume, in GiB.
current_size_gib includes this value.
int64 emergency_size_gib = 14;
Returns |
---|
Type | Description |
long | The emergencySizeGib.
|
An identifier for the Volume
, generated by the backend.
string id = 11;
Returns |
---|
Type | Description |
String | The id.
|
public ByteString getIdBytes()
An identifier for the Volume
, generated by the backend.
string id = 11;
public Map<String,String> getLabels()
public int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 12;
Returns |
---|
Type | Description |
int | |
public Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 12;
public String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 12;
public String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 12;
Parameter |
---|
Name | Description |
key | String
|
Output only. The resource name of this Volume
.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
Format:
projects/{project}/locations/{location}/volumes/{volume}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Output only. The resource name of this Volume
.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
Format:
projects/{project}/locations/{location}/volumes/{volume}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
public Parser<Volume> getParserForType()
Overrides
Immutable. Pod name.
string pod = 15 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
String | The pod.
|
public ByteString getPodBytes()
Immutable. Pod name.
string pod = 15 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
ByteString | The bytes for pod.
|
getRemainingSpaceGib()
public long getRemainingSpaceGib()
The space remaining in the storage volume for new LUNs, in GiB, excluding
space reserved for snapshots.
int64 remaining_space_gib = 7;
Returns |
---|
Type | Description |
long | The remainingSpaceGib.
|
public long getRequestedSizeGib()
The requested size of this storage volume, in GiB.
int64 requested_size_gib = 4;
Returns |
---|
Type | Description |
long | The requestedSizeGib.
|
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public Volume.SnapshotAutoDeleteBehavior getSnapshotAutoDeleteBehavior()
The behavior to use when snapshot reserved space is full.
.google.cloud.baremetalsolution.v2.Volume.SnapshotAutoDeleteBehavior snapshot_auto_delete_behavior = 9;
public int getSnapshotAutoDeleteBehaviorValue()
The behavior to use when snapshot reserved space is full.
.google.cloud.baremetalsolution.v2.Volume.SnapshotAutoDeleteBehavior snapshot_auto_delete_behavior = 9;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for snapshotAutoDeleteBehavior.
|
public boolean getSnapshotEnabled()
Whether snapshots are enabled.
bool snapshot_enabled = 13;
Returns |
---|
Type | Description |
boolean | The snapshotEnabled.
|
public Volume.SnapshotReservationDetail getSnapshotReservationDetail()
Details about snapshot space reservation and usage on the storage volume.
.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;
public Volume.SnapshotReservationDetailOrBuilder getSnapshotReservationDetailOrBuilder()
Details about snapshot space reservation and usage on the storage volume.
.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;
public Volume.State getState()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Volume.State state = 3;
public int getStateValue()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Volume.State state = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for state.
|
public Volume.StorageType getStorageType()
The storage type for this volume.
.google.cloud.baremetalsolution.v2.Volume.StorageType storage_type = 2;
public int getStorageTypeValue()
The storage type for this volume.
.google.cloud.baremetalsolution.v2.Volume.StorageType storage_type = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for storageType.
|
public boolean hasSnapshotReservationDetail()
Details about snapshot space reservation and usage on the storage volume.
.google.cloud.baremetalsolution.v2.Volume.SnapshotReservationDetail snapshot_reservation_detail = 8;
Returns |
---|
Type | Description |
boolean | Whether the snapshotReservationDetail field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
public final boolean isInitialized()
Overrides
public Volume.Builder newBuilderForType()
protected Volume.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Volume.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides