consumeReservationType property
Type of reservation to consume
Optional. Possible string values are:
- "TYPE_UNSPECIFIED"
- "NO_RESERVATION" : Do not consume from any allocated capacity.
- "ANY_RESERVATION" : Consume any reservation available.
- "SPECIFIC_RESERVATION" : Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
Implementation
core.String? consumeReservationType;