Uses of Class
com.google.datastore.admin.v1.Index
-
Packages that use Index Package Description com.google.cloud.datastore.admin.v1 A client to Cloud Datastore APIcom.google.cloud.datastore.admin.v1.stub com.google.datastore.admin.v1 -
-
Uses of Index in com.google.cloud.datastore.admin.v1
Methods in com.google.cloud.datastore.admin.v1 that return Index Modifier and Type Method Description Index
DatastoreAdminClient. getIndex(GetIndexRequest request)
Gets an index.Methods in com.google.cloud.datastore.admin.v1 that return types with arguments of type Index Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata>
DatastoreAdminClient. createIndexAsync(CreateIndexRequest request)
Creates the specified index.com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminClient. createIndexOperationCallable()
Creates the specified index.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminSettings.Builder. createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminSettings. createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata>
DatastoreAdminClient. deleteIndexAsync(DeleteIndexRequest request)
Deletes an existing index.com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminClient. deleteIndexOperationCallable()
Deletes an existing index.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminSettings.Builder. deleteIndexOperationSettings()
Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminSettings. deleteIndexOperationSettings()
Returns the object with the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
DatastoreAdminClient. getIndexCallable()
Gets an index.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>
DatastoreAdminSettings.Builder. getIndexSettings()
Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>
DatastoreAdminSettings. getIndexSettings()
Returns the object with the settings used for calls to getIndex.Method parameters in com.google.cloud.datastore.admin.v1 with type arguments of type Index Modifier and Type Method Description static com.google.api.core.ApiFuture<DatastoreAdminClient.ListIndexesPagedResponse>
DatastoreAdminClient.ListIndexesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
protected DatastoreAdminClient.ListIndexesPage
DatastoreAdminClient.ListIndexesPage. createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
com.google.api.core.ApiFuture<DatastoreAdminClient.ListIndexesPage>
DatastoreAdminClient.ListIndexesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
-
Uses of Index in com.google.cloud.datastore.admin.v1.stub
Methods in com.google.cloud.datastore.admin.v1.stub that return types with arguments of type Index Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStub. createIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>
GrpcDatastoreAdminStub. createIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>
HttpJsonDatastoreAdminStub. createIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStubSettings.Builder. createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStubSettings. createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStub. deleteIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>
GrpcDatastoreAdminStub. deleteIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>
HttpJsonDatastoreAdminStub. deleteIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStubSettings.Builder. deleteIndexOperationSettings()
Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,Index,IndexOperationMetadata>
DatastoreAdminStubSettings. deleteIndexOperationSettings()
Returns the object with the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
DatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
GrpcDatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
HttpJsonDatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>
DatastoreAdminStubSettings.Builder. getIndexSettings()
Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>
DatastoreAdminStubSettings. getIndexSettings()
Returns the object with the settings used for calls to getIndex. -
Uses of Index in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return Index Modifier and Type Method Description Index
Index.Builder. build()
Index
Index.Builder. buildPartial()
static Index
Index. getDefaultInstance()
Index
Index.Builder. getDefaultInstanceForType()
Index
Index. getDefaultInstanceForType()
Index
CreateIndexRequest.Builder. getIndex()
The index to create.Index
CreateIndexRequest. getIndex()
The index to create.Index
CreateIndexRequestOrBuilder. getIndex()
The index to create.Index
DatastoreAdminGrpc.DatastoreAdminBlockingStub. getIndex(GetIndexRequest request)
Gets an index.Index
ListIndexesResponse.Builder. getIndexes(int index)
The indexes.Index
ListIndexesResponse. getIndexes(int index)
The indexes.Index
ListIndexesResponseOrBuilder. getIndexes(int index)
The indexes.static Index
Index. parseDelimitedFrom(InputStream input)
static Index
Index. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Index
Index. parseFrom(byte[] data)
static Index
Index. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Index
Index. parseFrom(com.google.protobuf.ByteString data)
static Index
Index. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Index
Index. parseFrom(com.google.protobuf.CodedInputStream input)
static Index
Index. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Index
Index. parseFrom(InputStream input)
static Index
Index. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Index
Index. parseFrom(ByteBuffer data)
static Index
Index. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.admin.v1 that return types with arguments of type Index Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIndexRequest,Index>
DatastoreAdminGrpc. getGetIndexMethod()
com.google.common.util.concurrent.ListenableFuture<Index>
DatastoreAdminGrpc.DatastoreAdminFutureStub. getIndex(GetIndexRequest request)
Gets an index.List<Index>
ListIndexesResponse.Builder. getIndexesList()
The indexes.List<Index>
ListIndexesResponse. getIndexesList()
The indexes.List<Index>
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 Index Modifier and Type Method Description ListIndexesResponse.Builder
ListIndexesResponse.Builder. addIndexes(int index, Index value)
The indexes.ListIndexesResponse.Builder
ListIndexesResponse.Builder. addIndexes(Index value)
The indexes.Index.Builder
Index.Builder. mergeFrom(Index other)
CreateIndexRequest.Builder
CreateIndexRequest.Builder. mergeIndex(Index value)
The index to create.static Index.Builder
Index. newBuilder(Index prototype)
CreateIndexRequest.Builder
CreateIndexRequest.Builder. setIndex(Index value)
The index to create.ListIndexesResponse.Builder
ListIndexesResponse.Builder. setIndexes(int index, Index value)
The indexes.Method parameters in com.google.datastore.admin.v1 with type arguments of type Index Modifier and Type Method Description ListIndexesResponse.Builder
ListIndexesResponse.Builder. addAllIndexes(Iterable<? extends Index> values)
The indexes.default void
DatastoreAdminGrpc.AsyncService. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an index.void
DatastoreAdminGrpc.DatastoreAdminStub. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an index.
-