Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.QueryScope |
Index.QueryScope.forNumber(int value) |
Index.QueryScope |
Index.getQueryScope()
Indexes with a collection query scope specified allow queries
against a collection that is the child of a specific document, specified at
query time, and that has the same collection id.
|
Index.QueryScope |
Index.Builder.getQueryScope()
Indexes with a collection query scope specified allow queries
against a collection that is the child of a specific document, specified at
query time, and that has the same collection id.
|
Index.QueryScope |
IndexOrBuilder.getQueryScope()
Indexes with a collection query scope specified allow queries
against a collection that is the child of a specific document, specified at
query time, and that has the same collection id.
|
static Index.QueryScope |
Index.QueryScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.QueryScope |
Index.QueryScope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.QueryScope |
Index.QueryScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.QueryScope[] |
Index.QueryScope.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<Index.QueryScope> |
Index.QueryScope.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.setQueryScope(Index.QueryScope value)
Indexes with a collection query scope specified allow queries
against a collection that is the child of a specific document, specified at
query time, and that has the same collection id.
|
Copyright © 2023 Google LLC. All rights reserved.