Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.State |
Index.State.forNumber(int value) |
Index.State |
Index.getState()
Output only.
|
Index.State |
Index.Builder.getState()
Output only.
|
Index.State |
IndexOrBuilder.getState()
Output only.
|
static Index.State |
Index.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.State |
Index.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.State |
Index.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.State[] |
Index.State.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.State> |
Index.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.setState(Index.State value)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.