public static interface Index.IndexFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Index.IndexField.ArrayConfig |
getArrayConfig()
Indicates that this field supports operations on `array_value`s.
|
int |
getArrayConfigValue()
Indicates that this field supports operations on `array_value`s.
|
String |
getFieldPath()
Can be __name__.
|
com.google.protobuf.ByteString |
getFieldPathBytes()
Can be __name__.
|
Index.IndexField.Order |
getOrder()
Indicates that this field supports ordering by the specified order or
comparing using =, <, <=, >, >=.
|
int |
getOrderValue()
Indicates that this field supports ordering by the specified order or
comparing using =, <, <=, >, >=.
|
Index.IndexField.ValueModeCase |
getValueModeCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldPath()
Can be __name__. For single field indexes, this must match the name of the field or may be omitted.
string field_path = 1;com.google.protobuf.ByteString getFieldPathBytes()
Can be __name__. For single field indexes, this must match the name of the field or may be omitted.
string field_path = 1;int getOrderValue()
Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.
.google.firestore.admin.v1.Index.IndexField.Order order = 2;Index.IndexField.Order getOrder()
Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.
.google.firestore.admin.v1.Index.IndexField.Order order = 2;int getArrayConfigValue()
Indicates that this field supports operations on `array_value`s.
.google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3;Index.IndexField.ArrayConfig getArrayConfig()
Indicates that this field supports operations on `array_value`s.
.google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3;Index.IndexField.ValueModeCase getValueModeCase()
Copyright © 2020 Google LLC. All rights reserved.