public final class StoragePool extends com.google.protobuf.GeneratedMessageV3 implements StoragePoolOrBuilder
Represents a zonal storage pool resource.Protobuf type
google.cloud.compute.v1.StoragePool| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePool.Builder
Represents a zonal storage pool resource.
|
static class |
StoragePool.CapacityProvisioningType
Provisioning type of the byte capacity of the pool.
|
static class |
StoragePool.PerformanceProvisioningType
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.
|
static class |
StoragePool.State
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.
|
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 |
CAPACITY_PROVISIONING_TYPE_FIELD_NUMBER |
static int |
CREATION_TIMESTAMP_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
LABEL_FINGERPRINT_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PERFORMANCE_PROVISIONING_TYPE_FIELD_NUMBER |
static int |
POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER |
static int |
POOL_PROVISIONED_IOPS_FIELD_NUMBER |
static int |
POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER |
static int |
RESOURCE_STATUS_FIELD_NUMBER |
static int |
SELF_LINK_FIELD_NUMBER |
static int |
SELF_LINK_WITH_ID_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
STORAGE_POOL_TYPE_FIELD_NUMBER |
static int |
ZONE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels to apply to this storage pool.
|
boolean |
equals(Object obj) |
String |
getCapacityProvisioningType()
Provisioning type of the byte capacity of the pool.
|
com.google.protobuf.ByteString |
getCapacityProvisioningTypeBytes()
Provisioning type of the byte capacity of the pool.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
static StoragePool |
getDefaultInstance() |
StoragePool |
getDefaultInstanceForType() |
String |
getDescription()
An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional description of this resource.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getLabelFingerprint()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking.
|
com.google.protobuf.ByteString |
getLabelFingerprintBytes()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels to apply to this storage pool.
|
Map<String,String> |
getLabelsMap()
Labels to apply to this storage pool.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels to apply to this storage pool.
|
String |
getLabelsOrThrow(String key)
Labels to apply to this storage pool.
|
String |
getName()
Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource.
|
com.google.protobuf.Parser<StoragePool> |
getParserForType() |
String |
getPerformanceProvisioningType()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.
|
com.google.protobuf.ByteString |
getPerformanceProvisioningTypeBytes()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.
|
long |
getPoolProvisionedCapacityGb()
Size, in GiB, of the storage pool.
|
long |
getPoolProvisionedIops()
Provisioned IOPS of the storage pool.
|
long |
getPoolProvisionedThroughput()
Provisioned throughput of the storage pool.
|
StoragePoolResourceStatus |
getResourceStatus()
[Output Only] Status information for the storage pool resource.
|
StoragePoolResourceStatusOrBuilder |
getResourceStatusOrBuilder()
[Output Only] Status information for the storage pool resource.
|
String |
getSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined fully-qualified URL for this resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource's resource id.
|
com.google.protobuf.ByteString |
getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource's resource id.
|
int |
getSerializedSize() |
String |
getState()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.
|
com.google.protobuf.ByteString |
getStateBytes()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.
|
StoragePoolResourceStatus |
getStatus()
[Output Only] Status information for the storage pool resource.
|
StoragePoolResourceStatusOrBuilder |
getStatusOrBuilder()
[Output Only] Status information for the storage pool resource.
|
String |
getStoragePoolType()
Type of the storage pool.
|
com.google.protobuf.ByteString |
getStoragePoolTypeBytes()
Type of the storage pool.
|
String |
getZone()
[Output Only] URL of the zone where the storage pool resides.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] URL of the zone where the storage pool resides.
|
boolean |
hasCapacityProvisioningType()
Provisioning type of the byte capacity of the pool.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDescription()
An optional description of this resource.
|
int |
hashCode() |
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasLabelFingerprint()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking.
|
boolean |
hasName()
Name of the resource.
|
boolean |
hasPerformanceProvisioningType()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.
|
boolean |
hasPoolProvisionedCapacityGb()
Size, in GiB, of the storage pool.
|
boolean |
hasPoolProvisionedIops()
Provisioned IOPS of the storage pool.
|
boolean |
hasPoolProvisionedThroughput()
Provisioned throughput of the storage pool.
|
boolean |
hasResourceStatus()
[Output Only] Status information for the storage pool resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
|
boolean |
hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource's resource id.
|
boolean |
hasState()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.
|
boolean |
hasStatus()
[Output Only] Status information for the storage pool resource.
|
boolean |
hasStoragePoolType()
Type of the storage pool.
|
boolean |
hasZone()
[Output Only] URL of the zone where the storage pool resides.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static StoragePool.Builder |
newBuilder() |
static StoragePool.Builder |
newBuilder(StoragePool prototype) |
StoragePool.Builder |
newBuilderForType() |
protected StoragePool.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StoragePool |
parseDelimitedFrom(InputStream input) |
static StoragePool |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePool |
parseFrom(byte[] data) |
static StoragePool |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePool |
parseFrom(ByteBuffer data) |
static StoragePool |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePool |
parseFrom(com.google.protobuf.ByteString data) |
static StoragePool |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePool |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoragePool |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoragePool |
parseFrom(InputStream input) |
static StoragePool |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoragePool> |
parser() |
StoragePool.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, 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 CAPACITY_PROVISIONING_TYPE_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
public static final int LABEL_FINGERPRINT_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PERFORMANCE_PROVISIONING_TYPE_FIELD_NUMBER
public static final int POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER
public static final int POOL_PROVISIONED_IOPS_FIELD_NUMBER
public static final int POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER
public static final int RESOURCE_STATUS_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
public static final int SELF_LINK_WITH_ID_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int STORAGE_POOL_TYPE_FIELD_NUMBER
public static final int ZONE_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.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCapacityProvisioningType()
Provisioning type of the byte capacity of the pool. Check the CapacityProvisioningType enum for the list of possible values.
optional string capacity_provisioning_type = 251610375;hasCapacityProvisioningType in interface StoragePoolOrBuilderpublic String getCapacityProvisioningType()
Provisioning type of the byte capacity of the pool. Check the CapacityProvisioningType enum for the list of possible values.
optional string capacity_provisioning_type = 251610375;getCapacityProvisioningType in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getCapacityProvisioningTypeBytes()
Provisioning type of the byte capacity of the pool. Check the CapacityProvisioningType enum for the list of possible values.
optional string capacity_provisioning_type = 251610375;getCapacityProvisioningTypeBytes in interface StoragePoolOrBuilderpublic boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;hasCreationTimestamp in interface StoragePoolOrBuilderpublic String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestamp in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestampBytes in interface StoragePoolOrBuilderpublic boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;hasDescription in interface StoragePoolOrBuilderpublic String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;getDescription in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;getDescriptionBytes in interface StoragePoolOrBuilderpublic boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;hasId in interface StoragePoolOrBuilderpublic long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;getId in interface StoragePoolOrBuilderpublic boolean hasKind()
[Output Only] Type of the resource. Always compute#storagePool for storage pools.
optional string kind = 3292052;hasKind in interface StoragePoolOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#storagePool for storage pools.
optional string kind = 3292052;getKind in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#storagePool for storage pools.
optional string kind = 3292052;getKindBytes in interface StoragePoolOrBuilderpublic boolean hasLabelFingerprint()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a storage pool.
optional string label_fingerprint = 178124825;hasLabelFingerprint in interface StoragePoolOrBuilderpublic String getLabelFingerprint()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a storage pool.
optional string label_fingerprint = 178124825;getLabelFingerprint in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getLabelFingerprintBytes()
A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a storage pool.
optional string label_fingerprint = 178124825;getLabelFingerprintBytes in interface StoragePoolOrBuilderpublic int getLabelsCount()
StoragePoolOrBuilderLabels to apply to this storage pool. These can be later modified by the setLabels method.
map<string, string> labels = 500195327;getLabelsCount in interface StoragePoolOrBuilderpublic boolean containsLabels(String key)
Labels to apply to this storage pool. These can be later modified by the setLabels method.
map<string, string> labels = 500195327;containsLabels in interface StoragePoolOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface StoragePoolOrBuilderpublic Map<String,String> getLabelsMap()
Labels to apply to this storage pool. These can be later modified by the setLabels method.
map<string, string> labels = 500195327;getLabelsMap in interface StoragePoolOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Labels to apply to this storage pool. These can be later modified by the setLabels method.
map<string, string> labels = 500195327;getLabelsOrDefault in interface StoragePoolOrBuilderpublic String getLabelsOrThrow(String key)
Labels to apply to this storage pool. These can be later modified by the setLabels method.
map<string, string> labels = 500195327;getLabelsOrThrow in interface StoragePoolOrBuilderpublic boolean hasName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;hasName in interface StoragePoolOrBuilderpublic String getName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;getName in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;getNameBytes in interface StoragePoolOrBuilderpublic boolean hasPerformanceProvisioningType()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. Check the PerformanceProvisioningType enum for the list of possible values.
optional string performance_provisioning_type = 468553469;hasPerformanceProvisioningType in interface StoragePoolOrBuilderpublic String getPerformanceProvisioningType()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. Check the PerformanceProvisioningType enum for the list of possible values.
optional string performance_provisioning_type = 468553469;getPerformanceProvisioningType in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getPerformanceProvisioningTypeBytes()
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. Check the PerformanceProvisioningType enum for the list of possible values.
optional string performance_provisioning_type = 468553469;getPerformanceProvisioningTypeBytes in interface StoragePoolOrBuilderpublic boolean hasPoolProvisionedCapacityGb()
Size, in GiB, of the storage pool. For more information about the size limits, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_provisioned_capacity_gb = 478537682;hasPoolProvisionedCapacityGb in interface StoragePoolOrBuilderpublic long getPoolProvisionedCapacityGb()
Size, in GiB, of the storage pool. For more information about the size limits, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_provisioned_capacity_gb = 478537682;getPoolProvisionedCapacityGb in interface StoragePoolOrBuilderpublic boolean hasPoolProvisionedIops()
Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.
optional int64 pool_provisioned_iops = 112092311;hasPoolProvisionedIops in interface StoragePoolOrBuilderpublic long getPoolProvisionedIops()
Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.
optional int64 pool_provisioned_iops = 112092311;getPoolProvisionedIops in interface StoragePoolOrBuilderpublic boolean hasPoolProvisionedThroughput()
Provisioned throughput of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.
optional int64 pool_provisioned_throughput = 169215640;hasPoolProvisionedThroughput in interface StoragePoolOrBuilderpublic long getPoolProvisionedThroughput()
Provisioned throughput of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.
optional int64 pool_provisioned_throughput = 169215640;getPoolProvisionedThroughput in interface StoragePoolOrBuilderpublic boolean hasResourceStatus()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus resource_status = 249429315;
hasResourceStatus in interface StoragePoolOrBuilderpublic StoragePoolResourceStatus getResourceStatus()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus resource_status = 249429315;
getResourceStatus in interface StoragePoolOrBuilderpublic StoragePoolResourceStatusOrBuilder getResourceStatusOrBuilder()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus resource_status = 249429315;
getResourceStatusOrBuilder in interface StoragePoolOrBuilderpublic boolean hasSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;hasSelfLink in interface StoragePoolOrBuilderpublic String getSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;getSelfLink in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;getSelfLinkBytes in interface StoragePoolOrBuilderpublic boolean hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;hasSelfLinkWithId in interface StoragePoolOrBuilderpublic String getSelfLinkWithId()
[Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;getSelfLinkWithId in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;getSelfLinkWithIdBytes in interface StoragePoolOrBuilderpublic boolean hasState()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting. Check the State enum for the list of possible values.
optional string state = 109757585;hasState in interface StoragePoolOrBuilderpublic String getState()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting. Check the State enum for the list of possible values.
optional string state = 109757585;getState in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getStateBytes()
[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting. Check the State enum for the list of possible values.
optional string state = 109757585;getStateBytes in interface StoragePoolOrBuilderpublic boolean hasStatus()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus status = 181260274;hasStatus in interface StoragePoolOrBuilderpublic StoragePoolResourceStatus getStatus()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus status = 181260274;getStatus in interface StoragePoolOrBuilderpublic StoragePoolResourceStatusOrBuilder getStatusOrBuilder()
[Output Only] Status information for the storage pool resource.
optional .google.cloud.compute.v1.StoragePoolResourceStatus status = 181260274;getStatusOrBuilder in interface StoragePoolOrBuilderpublic boolean hasStoragePoolType()
Type of the storage pool.
optional string storage_pool_type = 285999289;hasStoragePoolType in interface StoragePoolOrBuilderpublic String getStoragePoolType()
Type of the storage pool.
optional string storage_pool_type = 285999289;getStoragePoolType in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getStoragePoolTypeBytes()
Type of the storage pool.
optional string storage_pool_type = 285999289;getStoragePoolTypeBytes in interface StoragePoolOrBuilderpublic boolean hasZone()
[Output Only] URL of the zone where the storage pool resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;hasZone in interface StoragePoolOrBuilderpublic String getZone()
[Output Only] URL of the zone where the storage pool resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;getZone in interface StoragePoolOrBuilderpublic com.google.protobuf.ByteString getZoneBytes()
[Output Only] URL of the zone where the storage pool resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;getZoneBytes in interface StoragePoolOrBuilderpublic 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 StoragePool parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoragePool parseFrom(InputStream input) throws IOException
IOExceptionpublic static StoragePool parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoragePool parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StoragePool parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoragePool parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StoragePool parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StoragePool.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoragePool.Builder newBuilder()
public static StoragePool.Builder newBuilder(StoragePool prototype)
public StoragePool.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StoragePool.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StoragePool getDefaultInstance()
public static com.google.protobuf.Parser<StoragePool> parser()
public com.google.protobuf.Parser<StoragePool> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoragePool getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.