public enum QueryReservationsRequest.ReservationDataLevel extends Enum<QueryReservationsRequest.ReservationDataLevel> implements ProtocolMessageEnumThe form in which data of reservations should be returned. In case of AGGREGATED, timeseries for selected reservations is returned. If unspecified, all levels are included.
Protobuf enum
google.cloud.capacityplanner.v1beta.QueryReservationsRequest.ReservationDataLevel
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
RESERVATION_DATA_LEVEL_AGGREGATED |
aggregated reservations data in a timeseries or aggregation over timeseries. |
RESERVATION_DATA_LEVEL_AGGREGATED_VALUE |
aggregated reservations data in a timeseries or aggregation over timeseries. |
RESERVATION_DATA_LEVEL_PER_RESERVATION |
per reservation detail which is equivalent of Arcus Future Reservation or Allocation with only limited fields which are useful for Capacity Planning. |
RESERVATION_DATA_LEVEL_PER_RESERVATION_VALUE |
per reservation detail which is equivalent of Arcus Future Reservation or Allocation with only limited fields which are useful for Capacity Planning. |
RESERVATION_DATA_LEVEL_UNSPECIFIED |
No reservation data level specified. |
RESERVATION_DATA_LEVEL_UNSPECIFIED_VALUE |
No reservation data level 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() |
|