public interface AllocationResourceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getReservationBlockCount()
The number of reservation blocks associated with this reservation.
|
GroupMaintenanceInfo |
getReservationMaintenance()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
|
GroupMaintenanceInfoOrBuilder |
getReservationMaintenanceOrBuilder()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
|
AllocationResourceStatusSpecificSKUAllocation |
getSpecificSkuAllocation()
Allocation Properties of this reservation.
|
AllocationResourceStatusSpecificSKUAllocationOrBuilder |
getSpecificSkuAllocationOrBuilder()
Allocation Properties of this reservation.
|
boolean |
hasReservationBlockCount()
The number of reservation blocks associated with this reservation.
|
boolean |
hasReservationMaintenance()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
|
boolean |
hasSpecificSkuAllocation()
Allocation Properties of this reservation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReservationBlockCount()
The number of reservation blocks associated with this reservation.
optional int32 reservation_block_count = 161835754;int getReservationBlockCount()
The number of reservation blocks associated with this reservation.
optional int32 reservation_block_count = 161835754;boolean hasReservationMaintenance()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
GroupMaintenanceInfo getReservationMaintenance()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
GroupMaintenanceInfoOrBuilder getReservationMaintenanceOrBuilder()
Maintenance information for this reservation
optional .google.cloud.compute.v1.GroupMaintenanceInfo reservation_maintenance = 340607776;
boolean hasSpecificSkuAllocation()
Allocation Properties of this reservation.
optional .google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation specific_sku_allocation = 196231151;
AllocationResourceStatusSpecificSKUAllocation getSpecificSkuAllocation()
Allocation Properties of this reservation.
optional .google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation specific_sku_allocation = 196231151;
AllocationResourceStatusSpecificSKUAllocationOrBuilder getSpecificSkuAllocationOrBuilder()
Allocation Properties of this reservation.
optional .google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation specific_sku_allocation = 196231151;
Copyright © 2025 Google LLC. All rights reserved.