Class ResponseType (1.14.2)

ResponseType(value)

The type of response sent to the client.

Values: RESPONSE_TYPE_UNSPECIFIED (0): Unknown. DIFF (1): Partial updates are applied to the client's existing local database. RESET (2): 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.