responseType property

String? responseType
getter/setter pair

The type of response.

This may indicate that an action must be taken by the client when the response is received. Possible string values are:

  • "RESPONSE_TYPE_UNSPECIFIED" : Unknown.
  • "DIFF" : Partial updates are applied to the client's existing local database.
  • "RESET" : Full updates resets the client's entire local database. This means that either the client had no state, was seriously out-of-date, or the client is believed to be corrupt.

Implementation

core.String? responseType;