Uses of Enum
com.google.firestore.bundle.BundledQuery.LimitType
-
Uses of BundledQuery.LimitType in com.google.firestore.bundle
Methods in com.google.firestore.bundle that return BundledQuery.LimitTypeModifier and TypeMethodDescriptionstatic BundledQuery.LimitTypeBundledQuery.LimitType.forNumber(int value) BundledQuery.Builder.getLimitType().google.firestore.bundle.BundledQuery.LimitType limit_type = 3;BundledQuery.getLimitType().google.firestore.bundle.BundledQuery.LimitType limit_type = 3;BundledQueryOrBuilder.getLimitType().google.firestore.bundle.BundledQuery.LimitType limit_type = 3;static BundledQuery.LimitTypeBundledQuery.LimitType.valueOf(int value) Deprecated.static BundledQuery.LimitTypeBundledQuery.LimitType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BundledQuery.LimitTypeReturns the enum constant of this type with the specified name.static BundledQuery.LimitType[]BundledQuery.LimitType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.bundle that return types with arguments of type BundledQuery.LimitTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BundledQuery.LimitType>BundledQuery.LimitType.internalGetValueMap()Methods in com.google.firestore.bundle with parameters of type BundledQuery.LimitTypeModifier and TypeMethodDescriptionBundledQuery.Builder.setLimitType(BundledQuery.LimitType value) .google.firestore.bundle.BundledQuery.LimitType limit_type = 3;