Uses of Class
com.google.firestore.admin.v1.Index.IndexField.Builder
-
Uses of Index.IndexField.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Index.IndexField.BuilderModifier and TypeMethodDescriptionIndex.Builder.addFieldsBuilder()The fields supported by this index.Index.Builder.addFieldsBuilder(int index) The fields supported by this index.Index.IndexField.Builder.clear()Index.IndexField.Builder.clearArrayConfig()Indicates that this field supports operations on `array_value`s.Index.IndexField.Builder.clearFieldPath()Can be __name__.Index.IndexField.Builder.clearOrder()Indicates that this field supports ordering by the specified order or comparing using =, !Index.IndexField.Builder.clearValueMode()Index.IndexField.Builder.clearVectorConfig()Indicates that this field supports nearest neighbor and distance operations on vector.Index.Builder.getFieldsBuilder(int index) The fields supported by this index.Index.IndexField.Builder.mergeFrom(Index.IndexField other) Index.IndexField.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.IndexField.Builder.mergeFrom(com.google.protobuf.Message other) Index.IndexField.Builder.mergeVectorConfig(Index.IndexField.VectorConfig value) Indicates that this field supports nearest neighbor and distance operations on vector.static Index.IndexField.BuilderIndex.IndexField.newBuilder()static Index.IndexField.BuilderIndex.IndexField.newBuilder(Index.IndexField prototype) Index.IndexField.newBuilderForType()protected Index.IndexField.BuilderIndex.IndexField.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Index.IndexField.Builder.setArrayConfig(Index.IndexField.ArrayConfig value) Indicates that this field supports operations on `array_value`s.Index.IndexField.Builder.setArrayConfigValue(int value) Indicates that this field supports operations on `array_value`s.Index.IndexField.Builder.setFieldPath(String value) Can be __name__.Index.IndexField.Builder.setFieldPathBytes(com.google.protobuf.ByteString value) Can be __name__.Index.IndexField.Builder.setOrder(Index.IndexField.Order value) Indicates that this field supports ordering by the specified order or comparing using =, !Index.IndexField.Builder.setOrderValue(int value) Indicates that this field supports ordering by the specified order or comparing using =, !Index.IndexField.Builder.setVectorConfig(Index.IndexField.VectorConfig value) Indicates that this field supports nearest neighbor and distance operations on vector.Index.IndexField.Builder.setVectorConfig(Index.IndexField.VectorConfig.Builder builderForValue) Indicates that this field supports nearest neighbor and distance operations on vector.Index.IndexField.toBuilder()Methods in com.google.firestore.admin.v1 that return types with arguments of type Index.IndexField.BuilderModifier and TypeMethodDescriptionIndex.Builder.getFieldsBuilderList()The fields supported by this index.Methods in com.google.firestore.admin.v1 with parameters of type Index.IndexField.BuilderModifier and TypeMethodDescriptionIndex.Builder.addFields(int index, Index.IndexField.Builder builderForValue) The fields supported by this index.Index.Builder.addFields(Index.IndexField.Builder builderForValue) The fields supported by this index.Index.Builder.setFields(int index, Index.IndexField.Builder builderForValue) The fields supported by this index.