Uses of Enum
com.google.firestore.v1.TargetChange.TargetChangeType
-
Uses of TargetChange.TargetChangeType in com.google.firestore.v1
Methods in com.google.firestore.v1 that return TargetChange.TargetChangeTypeModifier and TypeMethodDescriptionTargetChange.TargetChangeType.forNumber(int value) TargetChange.Builder.getTargetChangeType()The type of change that occurred.TargetChange.getTargetChangeType()The type of change that occurred.TargetChangeOrBuilder.getTargetChangeType()The type of change that occurred.TargetChange.TargetChangeType.valueOf(int value) Deprecated.TargetChange.TargetChangeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static TargetChange.TargetChangeType[]TargetChange.TargetChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.v1 that return types with arguments of type TargetChange.TargetChangeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TargetChange.TargetChangeType>TargetChange.TargetChangeType.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type TargetChange.TargetChangeTypeModifier and TypeMethodDescriptionTargetChange.Builder.setTargetChangeType(TargetChange.TargetChangeType value) The type of change that occurred.