public final class StoragePoolResourceStatus extends com.google.protobuf.GeneratedMessageV3 implements StoragePoolResourceStatusOrBuilder
[Output Only] Contains output only fields.Protobuf type
google.cloud.compute.v1.StoragePoolResourceStatus| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePoolResourceStatus.Builder
[Output Only] Contains output only fields.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DISK_COUNT_FIELD_NUMBER |
static int |
LAST_RESIZE_TIMESTAMP_FIELD_NUMBER |
static int |
MAX_TOTAL_PROVISIONED_DISK_CAPACITY_GB_FIELD_NUMBER |
static int |
POOL_USED_CAPACITY_BYTES_FIELD_NUMBER |
static int |
POOL_USED_IOPS_FIELD_NUMBER |
static int |
POOL_USED_THROUGHPUT_FIELD_NUMBER |
static int |
POOL_USER_WRITTEN_BYTES_FIELD_NUMBER |
static int |
TOTAL_PROVISIONED_DISK_CAPACITY_GB_FIELD_NUMBER |
static int |
TOTAL_PROVISIONED_DISK_IOPS_FIELD_NUMBER |
static int |
TOTAL_PROVISIONED_DISK_THROUGHPUT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StoragePoolResourceStatus |
getDefaultInstance() |
StoragePoolResourceStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDiskCount()
[Output Only] Number of disks used.
|
String |
getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
com.google.protobuf.ByteString |
getLastResizeTimestampBytes()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
long |
getMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
com.google.protobuf.Parser<StoragePoolResourceStatus> |
getParserForType() |
long |
getPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
long |
getPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity.
|
long |
getPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
long |
getPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
|
int |
getSerializedSize() |
long |
getTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
long |
getTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
|
long |
getTotalProvisionedDiskThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
boolean |
hasDiskCount()
[Output Only] Number of disks used.
|
int |
hashCode() |
boolean |
hasLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
boolean |
hasMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
boolean |
hasPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
boolean |
hasPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity.
|
boolean |
hasPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
boolean |
hasPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
|
boolean |
hasTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
boolean |
hasTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
|
boolean |
hasTotalProvisionedDiskThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StoragePoolResourceStatus.Builder |
newBuilder() |
static StoragePoolResourceStatus.Builder |
newBuilder(StoragePoolResourceStatus prototype) |
StoragePoolResourceStatus.Builder |
newBuilderForType() |
protected StoragePoolResourceStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StoragePoolResourceStatus |
parseDelimitedFrom(InputStream input) |
static StoragePoolResourceStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePoolResourceStatus |
parseFrom(byte[] data) |
static StoragePoolResourceStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePoolResourceStatus |
parseFrom(ByteBuffer data) |
static StoragePoolResourceStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePoolResourceStatus |
parseFrom(com.google.protobuf.ByteString data) |
static StoragePoolResourceStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePoolResourceStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoragePoolResourceStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePoolResourceStatus |
parseFrom(InputStream input) |
static StoragePoolResourceStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoragePoolResourceStatus> |
parser() |
StoragePoolResourceStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISK_COUNT_FIELD_NUMBER
public static final int LAST_RESIZE_TIMESTAMP_FIELD_NUMBER
public static final int MAX_TOTAL_PROVISIONED_DISK_CAPACITY_GB_FIELD_NUMBER
public static final int POOL_USED_CAPACITY_BYTES_FIELD_NUMBER
public static final int POOL_USED_IOPS_FIELD_NUMBER
public static final int POOL_USED_THROUGHPUT_FIELD_NUMBER
public static final int POOL_USER_WRITTEN_BYTES_FIELD_NUMBER
public static final int TOTAL_PROVISIONED_DISK_CAPACITY_GB_FIELD_NUMBER
public static final int TOTAL_PROVISIONED_DISK_IOPS_FIELD_NUMBER
public static final int TOTAL_PROVISIONED_DISK_THROUGHPUT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDiskCount()
[Output Only] Number of disks used.
optional int64 disk_count = 182933485;hasDiskCount in interface StoragePoolResourceStatusOrBuilderpublic long getDiskCount()
[Output Only] Number of disks used.
optional int64 disk_count = 182933485;getDiskCount in interface StoragePoolResourceStatusOrBuilderpublic boolean hasLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;hasLastResizeTimestamp in interface StoragePoolResourceStatusOrBuilderpublic String getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;getLastResizeTimestamp in interface StoragePoolResourceStatusOrBuilderpublic com.google.protobuf.ByteString getLastResizeTimestampBytes()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;getLastResizeTimestampBytes in interface StoragePoolResourceStatusOrBuilderpublic boolean hasMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
optional int64 max_total_provisioned_disk_capacity_gb = 165818207;hasMaxTotalProvisionedDiskCapacityGb in interface StoragePoolResourceStatusOrBuilderpublic long getMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
optional int64 max_total_provisioned_disk_capacity_gb = 165818207;getMaxTotalProvisionedDiskCapacityGb in interface StoragePoolResourceStatusOrBuilderpublic boolean hasPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
optional int64 pool_used_capacity_bytes = 510407877;hasPoolUsedCapacityBytes in interface StoragePoolResourceStatusOrBuilderpublic long getPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
optional int64 pool_used_capacity_bytes = 510407877;getPoolUsedCapacityBytes in interface StoragePoolResourceStatusOrBuilderpublic boolean hasPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_used_iops = 99558536;hasPoolUsedIops in interface StoragePoolResourceStatusOrBuilderpublic long getPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_used_iops = 99558536;getPoolUsedIops in interface StoragePoolResourceStatusOrBuilderpublic boolean hasPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
optional int64 pool_used_throughput = 206130633;hasPoolUsedThroughput in interface StoragePoolResourceStatusOrBuilderpublic long getPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
optional int64 pool_used_throughput = 206130633;getPoolUsedThroughput in interface StoragePoolResourceStatusOrBuilderpublic boolean hasPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
optional int64 pool_user_written_bytes = 228964050;hasPoolUserWrittenBytes in interface StoragePoolResourceStatusOrBuilderpublic long getPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
optional int64 pool_user_written_bytes = 228964050;getPoolUserWrittenBytes in interface StoragePoolResourceStatusOrBuilderpublic boolean hasTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool. A disk's provisioned capacity is the same as its total capacity.
optional int64 total_provisioned_disk_capacity_gb = 520930980;hasTotalProvisionedDiskCapacityGb in interface StoragePoolResourceStatusOrBuilderpublic long getTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool. A disk's provisioned capacity is the same as its total capacity.
optional int64 total_provisioned_disk_capacity_gb = 520930980;getTotalProvisionedDiskCapacityGb in interface StoragePoolResourceStatusOrBuilderpublic boolean hasTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
optional int64 total_provisioned_disk_iops = 32812549;hasTotalProvisionedDiskIops in interface StoragePoolResourceStatusOrBuilderpublic long getTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
optional int64 total_provisioned_disk_iops = 32812549;getTotalProvisionedDiskIops in interface StoragePoolResourceStatusOrBuilderpublic boolean hasTotalProvisionedDiskThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
optional int64 total_provisioned_disk_throughput = 447677830;hasTotalProvisionedDiskThroughput in interface StoragePoolResourceStatusOrBuilderpublic long getTotalProvisionedDiskThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
optional int64 total_provisioned_disk_throughput = 447677830;getTotalProvisionedDiskThroughput in interface StoragePoolResourceStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoragePoolResourceStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePoolResourceStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static StoragePoolResourceStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoragePoolResourceStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StoragePoolResourceStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoragePoolResourceStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StoragePoolResourceStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StoragePoolResourceStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoragePoolResourceStatus.Builder newBuilder()
public static StoragePoolResourceStatus.Builder newBuilder(StoragePoolResourceStatus prototype)
public StoragePoolResourceStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StoragePoolResourceStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StoragePoolResourceStatus getDefaultInstance()
public static com.google.protobuf.Parser<StoragePoolResourceStatus> parser()
public com.google.protobuf.Parser<StoragePoolResourceStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoragePoolResourceStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.