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() |
boolean |
hasArrayConfig()
Indicates that this field supports operations on `array_value`s.
|
boolean |
hasOrder()
Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String 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;
boolean hasOrder()
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
.google.firestore.admin.v1.Index.IndexField.Order order = 2;
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;
boolean hasArrayConfig()
Indicates that this field supports operations on `array_value`s.
.google.firestore.admin.v1.Index.IndexField.ArrayConfig array_config = 3;
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 © 2023 Google LLC. All rights reserved.