public enum QueryReservationsRequest.ReservationType extends Enum<QueryReservationsRequest.ReservationType> implements ProtocolMessageEnumType of the reservation
Protobuf enum
google.cloud.capacityplanner.v1beta.QueryReservationsRequest.ReservationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
RESERVATION_TYPE_ALL |
All reservations. |
RESERVATION_TYPE_ALLOCATION |
Allocation refers to realized reservation either auto created or created by the users on demand. |
RESERVATION_TYPE_ALLOCATION_VALUE |
Allocation refers to realized reservation either auto created or created by the users on demand. |
RESERVATION_TYPE_ALL_VALUE |
All reservations. |
RESERVATION_TYPE_FUTURE_RESERVATION |
Future Reservation requests created by users. |
RESERVATION_TYPE_FUTURE_RESERVATION_VALUE |
Future Reservation requests created by users. |
RESERVATION_TYPE_UNSPECIFIED |
No reservation type specified. |
RESERVATION_TYPE_UNSPECIFIED_VALUE |
No reservation type specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|