processingStrategy property

String? processingStrategy
getter/setter pair

Processing strategy to use for this request. Possible string values are:

  • "PROCESSING_STRATEGY_UNSPECIFIED" : Default value for the processing strategy. The request is processed as soon as its received.
  • "DYNAMIC_BATCHING" : If selected, processes the request during lower utilization periods for a price discount. The request is fulfilled within 24 hours.

Implementation

core.String? processingStrategy;