Uses of Class
com.google.firestore.admin.v1.Index.Builder
-
Uses of Index.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Index.BuilderModifier and TypeMethodDescriptionIndex.Builder.addAllFields(Iterable<? extends Index.IndexField> values) The fields supported by this index.Index.Builder.addFields(int index, Index.IndexField value) The fields supported by this index.Index.Builder.addFields(int index, Index.IndexField.Builder builderForValue) The fields supported by this index.Index.Builder.addFields(Index.IndexField value) The fields supported by this index.Index.Builder.addFields(Index.IndexField.Builder builderForValue) The fields supported by this index.Field.IndexConfig.Builder.addIndexesBuilder()The indexes supported for this field.Field.IndexConfig.Builder.addIndexesBuilder(int index) The indexes supported for this field.ListIndexesResponse.Builder.addIndexesBuilder()The requested indexes.ListIndexesResponse.Builder.addIndexesBuilder(int index) The requested indexes.Index.Builder.clear()Index.Builder.clearApiScope()The API scope supported by this index.Index.Builder.clearDensity()Immutable.Index.Builder.clearFields()The fields supported by this index.Index.Builder.clearMultikey()Optional.Index.Builder.clearName()Output only.Index.Builder.clearQueryScope()Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection ID.Index.Builder.clearShardCount()Optional.Index.Builder.clearState()Output only.Index.Builder.clearUnique()Optional.CreateIndexRequest.Builder.getIndexBuilder()Required.FieldOperationMetadata.IndexConfigDelta.Builder.getIndexBuilder()The index being changed.Field.IndexConfig.Builder.getIndexesBuilder(int index) The indexes supported for this field.ListIndexesResponse.Builder.getIndexesBuilder(int index) The requested indexes.Index.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.Builder.mergeFrom(com.google.protobuf.Message other) static Index.BuilderIndex.newBuilder()static Index.BuilderIndex.newBuilder(Index prototype) Index.newBuilderForType()protected Index.BuilderIndex.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Index.Builder.removeFields(int index) The fields supported by this index.Index.Builder.setApiScope(Index.ApiScope value) The API scope supported by this index.Index.Builder.setApiScopeValue(int value) The API scope supported by this index.Index.Builder.setDensity(Index.Density value) Immutable.Index.Builder.setDensityValue(int value) Immutable.Index.Builder.setFields(int index, Index.IndexField value) The fields supported by this index.Index.Builder.setFields(int index, Index.IndexField.Builder builderForValue) The fields supported by this index.Index.Builder.setMultikey(boolean value) Optional.Output only.Index.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Index.Builder.setQueryScope(Index.QueryScope value) Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection ID.Index.Builder.setQueryScopeValue(int value) Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection ID.Index.Builder.setShardCount(int value) Optional.Index.Builder.setState(Index.State value) Output only.Index.Builder.setStateValue(int value) Output only.Index.Builder.setUnique(boolean value) Optional.Index.toBuilder()Methods in com.google.firestore.admin.v1 that return types with arguments of type Index.BuilderModifier and TypeMethodDescriptionField.IndexConfig.Builder.getIndexesBuilderList()The indexes supported for this field.ListIndexesResponse.Builder.getIndexesBuilderList()The requested indexes.Methods in com.google.firestore.admin.v1 with parameters of type Index.BuilderModifier and TypeMethodDescriptionField.IndexConfig.Builder.addIndexes(int index, Index.Builder builderForValue) The indexes supported for this field.Field.IndexConfig.Builder.addIndexes(Index.Builder builderForValue) The indexes supported for this field.ListIndexesResponse.Builder.addIndexes(int index, Index.Builder builderForValue) The requested indexes.ListIndexesResponse.Builder.addIndexes(Index.Builder builderForValue) The requested indexes.CreateIndexRequest.Builder.setIndex(Index.Builder builderForValue) Required.FieldOperationMetadata.IndexConfigDelta.Builder.setIndex(Index.Builder builderForValue) The index being changed.Field.IndexConfig.Builder.setIndexes(int index, Index.Builder builderForValue) The indexes supported for this field.ListIndexesResponse.Builder.setIndexes(int index, Index.Builder builderForValue) The requested indexes.