mode property

String? mode
getter/setter pair

The RequestMode for this request.

Required. Possible string values are:

  • "UNSPECIFIED" : The priority is not specified in the update request. Leaving priority unspecified results in an update failure.
  • "SYNCHRONOUS" : For real-time updates.
  • "ASYNCHRONOUS" : For changes that are executed after the response is sent back to the caller.

Implementation

core.String? mode;