public interface ReservationBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
[Output Only] The number of resources that are allocated in this reservation block.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
int |
getInUseCount()
[Output Only] The number of instances that are currently in use on this reservation block.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] The name of this reservation block generated by Google Compute Engine.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] The name of this reservation block generated by Google Compute Engine.
|
ReservationBlockPhysicalTopology |
getPhysicalTopology()
[Output Only] The physical topology of the reservation block.
|
ReservationBlockPhysicalTopologyOrBuilder |
getPhysicalTopologyOrBuilder()
[Output Only] The physical topology of the reservation block.
|
GroupMaintenanceInfo |
getReservationMaintenance()
[Output Only] Maintenance information for this reservation block.
|
GroupMaintenanceInfoOrBuilder |
getReservationMaintenanceOrBuilder()
[Output Only] Maintenance information for this reservation block.
|
int |
getReservationSubBlockCount()
[Output Only] The number of reservation subBlocks associated with this reservation block.
|
int |
getReservationSubBlockInUseCount()
[Output Only] The number of in-use reservation subBlocks associated with this reservation block.
|
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 with the resource id.
|
com.google.protobuf.ByteString |
getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
|
String |
getStatus()
[Output Only] Status of the reservation block.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output Only] Status of the reservation block.
|
String |
getZone()
[Output Only] Zone in which the reservation block resides.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] Zone in which the reservation block resides.
|
boolean |
hasCount()
[Output Only] The number of resources that are allocated in this reservation block.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasInUseCount()
[Output Only] The number of instances that are currently in use on this reservation block.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasName()
[Output Only] The name of this reservation block generated by Google Compute Engine.
|
boolean |
hasPhysicalTopology()
[Output Only] The physical topology of the reservation block.
|
boolean |
hasReservationMaintenance()
[Output Only] Maintenance information for this reservation block.
|
boolean |
hasReservationSubBlockCount()
[Output Only] The number of reservation subBlocks associated with this reservation block.
|
boolean |
hasReservationSubBlockInUseCount()
[Output Only] The number of in-use reservation subBlocks associated with this reservation block.
|
boolean |
hasSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
|
boolean |
hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
boolean |
hasStatus()
[Output Only] Status of the reservation block.
|
boolean |
hasZone()
[Output Only] Zone in which the reservation block resides.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
[Output Only] The number of resources that are allocated in this reservation block.
optional int32 count = 94851343;int getCount()
[Output Only] The number of resources that are allocated in this reservation block.
optional int32 count = 94851343;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 hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasInUseCount()
[Output Only] The number of instances that are currently in use on this reservation block.
optional int32 in_use_count = 493458877;int getInUseCount()
[Output Only] The number of instances that are currently in use on this reservation block.
optional int32 in_use_count = 493458877;boolean hasKind()
[Output Only] Type of the resource. Always compute#reservationBlock for reservation blocks.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#reservationBlock for reservation blocks.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#reservationBlock for reservation blocks.
optional string kind = 3292052;boolean hasName()
[Output Only] The name of this reservation block generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
optional string name = 3373707;String getName()
[Output Only] The name of this reservation block generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] The name of this reservation block generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?
optional string name = 3373707;boolean hasPhysicalTopology()
[Output Only] The physical topology of the reservation block.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopology physical_topology = 279778519;
ReservationBlockPhysicalTopology getPhysicalTopology()
[Output Only] The physical topology of the reservation block.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopology physical_topology = 279778519;
ReservationBlockPhysicalTopologyOrBuilder getPhysicalTopologyOrBuilder()
[Output Only] The physical topology of the reservation block.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopology physical_topology = 279778519;
boolean hasReservationMaintenance()
[Output Only] Maintenance information for this reservation block.
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
GroupMaintenanceInfo getReservationMaintenance()
[Output Only] Maintenance information for this reservation block.
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
GroupMaintenanceInfoOrBuilder getReservationMaintenanceOrBuilder()
[Output Only] Maintenance information for this reservation block.
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
boolean hasReservationSubBlockCount()
[Output Only] The number of reservation subBlocks associated with this reservation block.
optional int32 reservation_sub_block_count = 330782955;int getReservationSubBlockCount()
[Output Only] The number of reservation subBlocks associated with this reservation block.
optional int32 reservation_sub_block_count = 330782955;boolean hasReservationSubBlockInUseCount()
[Output Only] The number of in-use reservation subBlocks associated with this reservation block. If at least one VM is running on a subBlock, it is considered in-use.
optional int32 reservation_sub_block_in_use_count = 186007137;int getReservationSubBlockInUseCount()
[Output Only] The number of in-use reservation subBlocks associated with this reservation block. If at least one VM is running on a subBlock, it is considered in-use.
optional int32 reservation_sub_block_in_use_count = 186007137;boolean hasSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;boolean hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;String getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;com.google.protobuf.ByteString getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;boolean hasStatus()
[Output Only] Status of the reservation block. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
[Output Only] Status of the reservation block. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
[Output Only] Status of the reservation block. Check the Status enum for the list of possible values.
optional string status = 181260274;boolean hasZone()
[Output Only] Zone in which the reservation block resides.
optional string zone = 3744684;String getZone()
[Output Only] Zone in which the reservation block resides.
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
[Output Only] Zone in which the reservation block resides.
optional string zone = 3744684;Copyright © 2025 Google LLC. All rights reserved.