public interface StoragePoolDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachedInstances(int index)
[Output Only] Instances this disk is attached to.
|
com.google.protobuf.ByteString |
getAttachedInstancesBytes(int index)
[Output Only] Instances this disk is attached to.
|
int |
getAttachedInstancesCount()
[Output Only] Instances this disk is attached to.
|
List<String> |
getAttachedInstancesList()
[Output Only] Instances this disk is attached to.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDisk()
[Output Only] The URL of the disk.
|
com.google.protobuf.ByteString |
getDiskBytes()
[Output Only] The URL of the disk.
|
String |
getName()
[Output Only] The name of the disk.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] The name of the disk.
|
long |
getProvisionedIops()
[Output Only] The number of IOPS provisioned for the disk.
|
long |
getProvisionedThroughput()
[Output Only] The throughput provisioned for the disk.
|
String |
getResourcePolicies(int index)
[Output Only] Resource policies applied to disk for automatic snapshot creations.
|
com.google.protobuf.ByteString |
getResourcePoliciesBytes(int index)
[Output Only] Resource policies applied to disk for automatic snapshot creations.
|
int |
getResourcePoliciesCount()
[Output Only] Resource policies applied to disk for automatic snapshot creations.
|
List<String> |
getResourcePoliciesList()
[Output Only] Resource policies applied to disk for automatic snapshot creations.
|
long |
getSizeGb()
[Output Only] The disk size, in GB.
|
String |
getStatus()
[Output Only] The disk status.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output Only] The disk status.
|
String |
getType()
[Output Only] The disk type.
|
com.google.protobuf.ByteString |
getTypeBytes()
[Output Only] The disk type.
|
long |
getUsedBytes()
[Output Only] Amount of disk space used.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDisk()
[Output Only] The URL of the disk.
|
boolean |
hasName()
[Output Only] The name of the disk.
|
boolean |
hasProvisionedIops()
[Output Only] The number of IOPS provisioned for the disk.
|
boolean |
hasProvisionedThroughput()
[Output Only] The throughput provisioned for the disk.
|
boolean |
hasSizeGb()
[Output Only] The disk size, in GB.
|
boolean |
hasStatus()
[Output Only] The disk status.
|
boolean |
hasType()
[Output Only] The disk type.
|
boolean |
hasUsedBytes()
[Output Only] Amount of disk space used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAttachedInstancesList()
[Output Only] Instances this disk is attached to.
repeated string attached_instances = 65255843;int getAttachedInstancesCount()
[Output Only] Instances this disk is attached to.
repeated string attached_instances = 65255843;String getAttachedInstances(int index)
[Output Only] Instances this disk is attached to.
repeated string attached_instances = 65255843;index - The index of the element to return.com.google.protobuf.ByteString getAttachedInstancesBytes(int index)
[Output Only] Instances this disk is attached to.
repeated string attached_instances = 65255843;index - The index of the value to return.boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDisk()
[Output Only] The URL of the disk.
optional string disk = 3083677;String getDisk()
[Output Only] The URL of the disk.
optional string disk = 3083677;com.google.protobuf.ByteString getDiskBytes()
[Output Only] The URL of the disk.
optional string disk = 3083677;boolean hasName()
[Output Only] The name of the disk.
optional string name = 3373707;String getName()
[Output Only] The name of the disk.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] The name of the disk.
optional string name = 3373707;boolean hasProvisionedIops()
[Output Only] The number of IOPS provisioned for the disk.
optional int64 provisioned_iops = 186769108;long getProvisionedIops()
[Output Only] The number of IOPS provisioned for the disk.
optional int64 provisioned_iops = 186769108;boolean hasProvisionedThroughput()
[Output Only] The throughput provisioned for the disk.
optional int64 provisioned_throughput = 526524181;long getProvisionedThroughput()
[Output Only] The throughput provisioned for the disk.
optional int64 provisioned_throughput = 526524181;List<String> getResourcePoliciesList()
[Output Only] Resource policies applied to disk for automatic snapshot creations.
repeated string resource_policies = 22220385;int getResourcePoliciesCount()
[Output Only] Resource policies applied to disk for automatic snapshot creations.
repeated string resource_policies = 22220385;String getResourcePolicies(int index)
[Output Only] Resource policies applied to disk for automatic snapshot creations.
repeated string resource_policies = 22220385;index - The index of the element to return.com.google.protobuf.ByteString getResourcePoliciesBytes(int index)
[Output Only] Resource policies applied to disk for automatic snapshot creations.
repeated string resource_policies = 22220385;index - The index of the value to return.boolean hasSizeGb()
[Output Only] The disk size, in GB.
optional int64 size_gb = 494929369;long getSizeGb()
[Output Only] The disk size, in GB.
optional int64 size_gb = 494929369;boolean hasStatus()
[Output Only] The disk status. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
[Output Only] The disk status. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
[Output Only] The disk status. Check the Status enum for the list of possible values.
optional string status = 181260274;boolean hasType()
[Output Only] The disk type.
optional string type = 3575610;String getType()
[Output Only] The disk type.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
[Output Only] The disk type.
optional string type = 3575610;boolean hasUsedBytes()
[Output Only] Amount of disk space used.
optional int64 used_bytes = 231640425;long getUsedBytes()
[Output Only] Amount of disk space used.
optional int64 used_bytes = 231640425;Copyright © 2025 Google LLC. All rights reserved.