Uses of Class
com.google.firestore.admin.v1.Field.IndexConfig.Builder
-
Uses of Field.IndexConfig.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Field.IndexConfig.BuilderModifier and TypeMethodDescriptionField.IndexConfig.Builder.addAllIndexes(Iterable<? extends Index> values) The indexes supported for this field.Field.IndexConfig.Builder.addIndexes(int index, Index value) The indexes supported for this field.Field.IndexConfig.Builder.addIndexes(int index, Index.Builder builderForValue) The indexes supported for this field.Field.IndexConfig.Builder.addIndexes(Index value) The indexes supported for this field.Field.IndexConfig.Builder.addIndexes(Index.Builder builderForValue) The indexes supported for this field.Field.IndexConfig.Builder.clear()Field.IndexConfig.Builder.clearAncestorField()Output only.Field.IndexConfig.Builder.clearIndexes()The indexes supported for this field.Field.IndexConfig.Builder.clearReverting()Output only When true, the `Field`'s index configuration is in the process of being reverted.Field.IndexConfig.Builder.clearUsesAncestorConfig()Output only.Field.Builder.getIndexConfigBuilder()The index configuration for this field.Field.IndexConfig.Builder.mergeFrom(Field.IndexConfig other) Field.IndexConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Field.IndexConfig.Builder.mergeFrom(com.google.protobuf.Message other) static Field.IndexConfig.BuilderField.IndexConfig.newBuilder()static Field.IndexConfig.BuilderField.IndexConfig.newBuilder(Field.IndexConfig prototype) Field.IndexConfig.newBuilderForType()protected Field.IndexConfig.BuilderField.IndexConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Field.IndexConfig.Builder.removeIndexes(int index) The indexes supported for this field.Field.IndexConfig.Builder.setAncestorField(String value) Output only.Field.IndexConfig.Builder.setAncestorFieldBytes(com.google.protobuf.ByteString value) Output only.Field.IndexConfig.Builder.setIndexes(int index, Index value) The indexes supported for this field.Field.IndexConfig.Builder.setIndexes(int index, Index.Builder builderForValue) The indexes supported for this field.Field.IndexConfig.Builder.setReverting(boolean value) Output only When true, the `Field`'s index configuration is in the process of being reverted.Field.IndexConfig.Builder.setUsesAncestorConfig(boolean value) Output only.Field.IndexConfig.toBuilder()Methods in com.google.firestore.admin.v1 with parameters of type Field.IndexConfig.BuilderModifier and TypeMethodDescriptionField.Builder.setIndexConfig(Field.IndexConfig.Builder builderForValue) The index configuration for this field.