The targets reflect all changes committed before the targets were added
to the stream.
This will be sent after or with a read_time that is greater than or
equal to the time at which the targets were added.
Listeners can wait for this change if read-after-write semantics
are desired.
CURRENT = 3;
CURRENT_VALUE
The targets reflect all changes committed before the targets were added
to the stream.
This will be sent after or with a read_time that is greater than or
equal to the time at which the targets were added.
Listeners can wait for this change if read-after-write semantics
are desired.
CURRENT = 3;
NO_CHANGE
No change has occurred. Used only to send an updated resume_token.
NO_CHANGE = 0;
NO_CHANGE_VALUE
No change has occurred. Used only to send an updated resume_token.
NO_CHANGE = 0;
REMOVE
The targets have been removed.
REMOVE = 2;
REMOVE_VALUE
The targets have been removed.
REMOVE = 2;
RESET
The targets have been reset, and a new initial state for the targets
will be returned in subsequent changes.
After the initial state is complete, CURRENT will be returned even
if the target was previously indicated to be CURRENT.
RESET = 4;
RESET_VALUE
The targets have been reset, and a new initial state for the targets
will be returned in subsequent changes.
After the initial state is complete, CURRENT will be returned even
if the target was previously indicated to be CURRENT.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]