- 1.63.0 (latest)
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public final class StoragePoolType extends GeneratedMessageV3 implements StoragePoolTypeOrBuilder
Protobuf type google.cloud.compute.v1.StoragePoolType
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StoragePoolTypeImplements
StoragePoolTypeOrBuilderStatic Fields
CREATION_TIMESTAMP_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MAX_POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER
public static final int MAX_POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MAX_POOL_PROVISIONED_IOPS_FIELD_NUMBER
public static final int MAX_POOL_PROVISIONED_IOPS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MAX_POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER
public static final int MAX_POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MIN_POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER
public static final int MIN_POOL_PROVISIONED_CAPACITY_GB_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MIN_POOL_PROVISIONED_IOPS_FIELD_NUMBER
public static final int MIN_POOL_PROVISIONED_IOPS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MIN_POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER
public static final int MIN_POOL_PROVISIONED_THROUGHPUT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MIN_SIZE_GB_FIELD_NUMBER
public static final int MIN_SIZE_GB_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SELF_LINK_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SELF_LINK_WITH_ID_FIELD_NUMBER
public static final int SELF_LINK_WITH_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SUPPORTED_DISK_TYPES_FIELD_NUMBER
public static final int SUPPORTED_DISK_TYPES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static StoragePoolType getDefaultInstance()
Returns | |
---|---|
Type | Description |
StoragePoolType |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static StoragePoolType.Builder newBuilder()
Returns | |
---|---|
Type | Description |
StoragePoolType.Builder |
newBuilder(StoragePoolType prototype)
public static StoragePoolType.Builder newBuilder(StoragePoolType prototype)
Parameter | |
---|---|
Name | Description |
prototype |
StoragePoolType |
Returns | |
---|---|
Type | Description |
StoragePoolType.Builder |
parseDelimitedFrom(InputStream input)
public static StoragePoolType parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static StoragePoolType parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static StoragePoolType parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static StoragePoolType parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static StoragePoolType parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static StoragePoolType parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StoragePoolType parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoragePoolType |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<StoragePoolType> parser()
Returns | |
---|---|
Type | Description |
Parser<StoragePoolType> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCreationTimestamp()
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
String |
The creationTimestamp. |
getCreationTimestampBytes()
public ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for creationTimestamp. |
getDefaultInstanceForType()
public StoragePoolType getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
StoragePoolType |
getDeprecated()
public DeprecationStatus getDeprecated()
[Output Only] The deprecation status associated with this storage pool type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
Returns | |
---|---|
Type | Description |
DeprecationStatus |
The deprecated. |
getDeprecatedOrBuilder()
public DeprecationStatusOrBuilder getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this storage pool type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
Returns | |
---|---|
Type | Description |
DeprecationStatusOrBuilder |
getDescription()
public String getDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
[Output Only] An optional description of this resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getId()
public long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
long |
The id. |
getKind()
public String getKind()
[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getMaxPoolProvisionedCapacityGb()
public long getMaxPoolProvisionedCapacityGb()
[Output Only] Maximum storage pool size in GB.
optional int64 max_pool_provisioned_capacity_gb = 182139085;
Returns | |
---|---|
Type | Description |
long |
The maxPoolProvisionedCapacityGb. |
getMaxPoolProvisionedIops()
public long getMaxPoolProvisionedIops()
[Output Only] Maximum provisioned IOPS.
optional int64 max_pool_provisioned_iops = 515270652;
Returns | |
---|---|
Type | Description |
long |
The maxPoolProvisionedIops. |
getMaxPoolProvisionedThroughput()
public long getMaxPoolProvisionedThroughput()
[Output Only] Maximum provisioned throughput.
optional int64 max_pool_provisioned_throughput = 228928061;
Returns | |
---|---|
Type | Description |
long |
The maxPoolProvisionedThroughput. |
getMinPoolProvisionedCapacityGb()
public long getMinPoolProvisionedCapacityGb()
[Output Only] Minimum storage pool size in GB.
optional int64 min_pool_provisioned_capacity_gb = 191022751;
Returns | |
---|---|
Type | Description |
long |
The minPoolProvisionedCapacityGb. |
getMinPoolProvisionedIops()
public long getMinPoolProvisionedIops()
[Output Only] Minimum provisioned IOPS.
optional int64 min_pool_provisioned_iops = 416473706;
Returns | |
---|---|
Type | Description |
long |
The minPoolProvisionedIops. |
getMinPoolProvisionedThroughput()
public long getMinPoolProvisionedThroughput()
[Output Only] Minimum provisioned throughput.
optional int64 min_pool_provisioned_throughput = 367761963;
Returns | |
---|---|
Type | Description |
long |
The minPoolProvisionedThroughput. |
getMinSizeGb()
public long getMinSizeGb()
[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.
optional int64 min_size_gb = 385278188;
Returns | |
---|---|
Type | Description |
long |
The minSizeGb. |
getName()
public String getName()
[Output Only] Name of the resource.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
[Output Only] Name of the resource.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<StoragePoolType> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<StoragePoolType> |
getSelfLink()
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selfLink. |
getSelfLinkWithId()
public String getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
Returns | |
---|---|
Type | Description |
String |
The selfLinkWithId. |
getSelfLinkWithIdBytes()
public ByteString getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selfLinkWithId. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSupportedDiskTypes(int index)
public String getSupportedDiskTypes(int index)
[Output Only] The list of disk types supported in this storage pool type.
repeated string supported_disk_types = 150587272;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The supportedDiskTypes at the given index. |
getSupportedDiskTypesBytes(int index)
public ByteString getSupportedDiskTypesBytes(int index)
[Output Only] The list of disk types supported in this storage pool type.
repeated string supported_disk_types = 150587272;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the supportedDiskTypes at the given index. |
getSupportedDiskTypesCount()
public int getSupportedDiskTypesCount()
[Output Only] The list of disk types supported in this storage pool type.
repeated string supported_disk_types = 150587272;
Returns | |
---|---|
Type | Description |
int |
The count of supportedDiskTypes. |
getSupportedDiskTypesList()
public ProtocolStringList getSupportedDiskTypesList()
[Output Only] The list of disk types supported in this storage pool type.
repeated string supported_disk_types = 150587272;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the supportedDiskTypes. |
getZone()
public String getZone()
[Output Only] URL of the zone where the storage pool type 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;
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()
[Output Only] URL of the zone where the storage pool type 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |
hasCreationTimestamp()
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
Returns | |
---|---|
Type | Description |
boolean |
Whether the creationTimestamp field is set. |
hasDeprecated()
public boolean hasDeprecated()
[Output Only] The deprecation status associated with this storage pool type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deprecated field is set. |
hasDescription()
public boolean hasDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
boolean |
Whether the description field is set. |
hasId()
public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
Returns | |
---|---|
Type | Description |
boolean |
Whether the id field is set. |
hasKind()
public boolean hasKind()
[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kind field is set. |
hasMaxPoolProvisionedCapacityGb()
public boolean hasMaxPoolProvisionedCapacityGb()
[Output Only] Maximum storage pool size in GB.
optional int64 max_pool_provisioned_capacity_gb = 182139085;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxPoolProvisionedCapacityGb field is set. |
hasMaxPoolProvisionedIops()
public boolean hasMaxPoolProvisionedIops()
[Output Only] Maximum provisioned IOPS.
optional int64 max_pool_provisioned_iops = 515270652;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxPoolProvisionedIops field is set. |
hasMaxPoolProvisionedThroughput()
public boolean hasMaxPoolProvisionedThroughput()
[Output Only] Maximum provisioned throughput.
optional int64 max_pool_provisioned_throughput = 228928061;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxPoolProvisionedThroughput field is set. |
hasMinPoolProvisionedCapacityGb()
public boolean hasMinPoolProvisionedCapacityGb()
[Output Only] Minimum storage pool size in GB.
optional int64 min_pool_provisioned_capacity_gb = 191022751;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minPoolProvisionedCapacityGb field is set. |
hasMinPoolProvisionedIops()
public boolean hasMinPoolProvisionedIops()
[Output Only] Minimum provisioned IOPS.
optional int64 min_pool_provisioned_iops = 416473706;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minPoolProvisionedIops field is set. |
hasMinPoolProvisionedThroughput()
public boolean hasMinPoolProvisionedThroughput()
[Output Only] Minimum provisioned throughput.
optional int64 min_pool_provisioned_throughput = 367761963;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minPoolProvisionedThroughput field is set. |
hasMinSizeGb()
public boolean hasMinSizeGb()
[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.
optional int64 min_size_gb = 385278188;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minSizeGb field is set. |
hasName()
public boolean hasName()
[Output Only] Name of the resource.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
boolean |
Whether the name field is set. |
hasSelfLink()
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
boolean |
Whether the selfLink field is set. |
hasSelfLinkWithId()
public boolean hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;
Returns | |
---|---|
Type | Description |
boolean |
Whether the selfLinkWithId field is set. |
hasZone()
public boolean hasZone()
[Output Only] URL of the zone where the storage pool type 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the zone field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public StoragePoolType.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
StoragePoolType.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StoragePoolType.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
StoragePoolType.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public StoragePoolType.Builder toBuilder()
Returns | |
---|---|
Type | Description |
StoragePoolType.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |