public enum TargetChange.TargetChangeType extends Enum<TargetChange.TargetChangeType> implements ProtocolMessageEnumThe type of change.
 Protobuf enum google.firestore.v1.TargetChange.TargetChangeType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ADD | The targets have been added.   | 
| ADD_VALUE | The targets have been added.   | 
| CURRENT | The targets reflect all changes committed before the targets were added to the stream.  This will be sent after or with a  Listeners can wait for this change if read-after-write semantics are desired.   | 
| CURRENT_VALUE | The targets reflect all changes committed before the targets were added to the stream.  This will be sent after or with a  Listeners can wait for this change if read-after-write semantics are desired.   | 
| NO_CHANGE |  No change has occurred. Used only to send an updated    | 
| NO_CHANGE_VALUE |  No change has occurred. Used only to send an updated    | 
| REMOVE | The targets have been removed.   | 
| REMOVE_VALUE | The targets have been removed.   | 
| 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,    | 
| 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,    | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |