Uses of Enum
com.google.firestore.admin.v1.RealtimeUpdatesMode
-
Uses of RealtimeUpdatesMode in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return RealtimeUpdatesModeModifier and TypeMethodDescriptionstatic RealtimeUpdatesModeRealtimeUpdatesMode.forNumber(int value) Database.Builder.getRealtimeUpdatesMode()Immutable.Database.getRealtimeUpdatesMode()Immutable.DatabaseOrBuilder.getRealtimeUpdatesMode()Immutable.static RealtimeUpdatesModeRealtimeUpdatesMode.valueOf(int value) Deprecated.static RealtimeUpdatesModeRealtimeUpdatesMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RealtimeUpdatesModeReturns the enum constant of this type with the specified name.static RealtimeUpdatesMode[]RealtimeUpdatesMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.admin.v1 that return types with arguments of type RealtimeUpdatesModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RealtimeUpdatesMode>RealtimeUpdatesMode.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type RealtimeUpdatesModeModifier and TypeMethodDescriptionDatabase.Builder.setRealtimeUpdatesMode(RealtimeUpdatesMode value) Immutable.