Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.IndexField.ArrayConfig |
Index.IndexField.ArrayConfig.forNumber(int value) |
Index.IndexField.ArrayConfig |
Index.IndexFieldOrBuilder.getArrayConfig()
Indicates that this field supports operations on `array_value`s.
|
Index.IndexField.ArrayConfig |
Index.IndexField.getArrayConfig()
Indicates that this field supports operations on `array_value`s.
|
Index.IndexField.ArrayConfig |
Index.IndexField.Builder.getArrayConfig()
Indicates that this field supports operations on `array_value`s.
|
static Index.IndexField.ArrayConfig |
Index.IndexField.ArrayConfig.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.IndexField.ArrayConfig |
Index.IndexField.ArrayConfig.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.IndexField.ArrayConfig |
Index.IndexField.ArrayConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.IndexField.ArrayConfig[] |
Index.IndexField.ArrayConfig.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.IndexField.ArrayConfig> |
Index.IndexField.ArrayConfig.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.IndexField.Builder |
Index.IndexField.Builder.setArrayConfig(Index.IndexField.ArrayConfig value)
Indicates that this field supports operations on `array_value`s.
|
Copyright © 2023 Google LLC. All rights reserved.