Uses of Class
com.google.datastore.admin.v1.Index
-
Uses of Index in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return IndexModifier and TypeMethodDescriptionIndex.Builder.build()Index.Builder.buildPartial()static IndexIndex.getDefaultInstance()Index.Builder.getDefaultInstanceForType()Index.getDefaultInstanceForType()CreateIndexRequest.Builder.getIndex()The index to create.CreateIndexRequest.getIndex()The index to create.CreateIndexRequestOrBuilder.getIndex()The index to create.ListIndexesResponse.Builder.getIndexes(int index) The indexes.ListIndexesResponse.getIndexes(int index) The indexes.ListIndexesResponseOrBuilder.getIndexes(int index) The indexes.static IndexIndex.parseDelimitedFrom(InputStream input) static IndexIndex.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexIndex.parseFrom(byte[] data) static IndexIndex.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexIndex.parseFrom(com.google.protobuf.ByteString data) static IndexIndex.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexIndex.parseFrom(com.google.protobuf.CodedInputStream input) static IndexIndex.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexIndex.parseFrom(InputStream input) static IndexIndex.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexIndex.parseFrom(ByteBuffer data) static IndexIndex.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.admin.v1 that return types with arguments of type IndexModifier and TypeMethodDescriptionListIndexesResponse.Builder.getIndexesList()The indexes.ListIndexesResponse.getIndexesList()The indexes.ListIndexesResponseOrBuilder.getIndexesList()The indexes.com.google.protobuf.Parser<Index>Index.getParserForType()static com.google.protobuf.Parser<Index>Index.parser()Methods in com.google.datastore.admin.v1 with parameters of type IndexModifier and TypeMethodDescriptionListIndexesResponse.Builder.addIndexes(int index, Index value) The indexes.ListIndexesResponse.Builder.addIndexes(Index value) The indexes.CreateIndexRequest.Builder.mergeIndex(Index value) The index to create.static Index.BuilderIndex.newBuilder(Index prototype) The index to create.ListIndexesResponse.Builder.setIndexes(int index, Index value) The indexes.Method parameters in com.google.datastore.admin.v1 with type arguments of type IndexModifier and TypeMethodDescriptionListIndexesResponse.Builder.addAllIndexes(Iterable<? extends Index> values) The indexes.