| Modifier and Type | Method and Description |
|---|---|
static BundledQuery.LimitType |
BundledQuery.LimitType.forNumber(int value) |
BundledQuery.LimitType |
BundledQuery.getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
BundledQuery.LimitType |
BundledQuery.Builder.getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
BundledQuery.LimitType |
BundledQueryOrBuilder.getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
static BundledQuery.LimitType |
BundledQuery.LimitType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BundledQuery.LimitType |
BundledQuery.LimitType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BundledQuery.LimitType |
BundledQuery.LimitType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BundledQuery.LimitType> |
BundledQuery.LimitType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BundledQuery.Builder |
BundledQuery.Builder.setLimitType(BundledQuery.LimitType value)
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
Copyright © 2022 Google LLC. All rights reserved.