Package | Description |
---|---|
com.google.cloud.datastore.admin.v1 |
A client to Cloud Datastore API
|
com.google.cloud.datastore.admin.v1.stub | |
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
Index |
DatastoreAdminClient.getIndex(GetIndexRequest request)
Gets an index.
|
Modifier and Type | Method and 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<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
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.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<DeleteIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminSettings.deleteIndexOperationSettings()
Returns the object with the settings used for calls to deleteIndex.
|
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.UnaryCallable<GetIndexRequest,Index> |
DatastoreAdminClient.getIndexCallable()
Gets an index.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
DatastoreAdminSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
DatastoreAdminSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
HttpJsonDatastoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
GrpcDatastoreAdminStub.createIndexOperationCallable() |
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.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminStubSettings.Builder.createIndexOperationSettings()
Returns the builder for 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> |
HttpJsonDatastoreAdminStub.deleteIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata> |
GrpcDatastoreAdminStub.deleteIndexOperationCallable() |
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.OperationCallSettings.Builder<DeleteIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminStubSettings.Builder.deleteIndexOperationSettings()
Returns the builder for 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> |
HttpJsonDatastoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
GrpcDatastoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
DatastoreAdminStubSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
DatastoreAdminStubSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and Description |
---|---|
Index |
Index.Builder.build() |
Index |
Index.Builder.buildPartial() |
static Index |
Index.getDefaultInstance() |
Index |
Index.getDefaultInstanceForType() |
Index |
Index.Builder.getDefaultInstanceForType() |
Index |
CreateIndexRequest.getIndex()
The index to create.
|
Index |
CreateIndexRequest.Builder.getIndex()
The index to create.
|
Index |
CreateIndexRequestOrBuilder.getIndex()
The index to create.
|
Index |
DatastoreAdminGrpc.DatastoreAdminBlockingStub.getIndex(GetIndexRequest request)
Gets an index.
|
Index |
ListIndexesResponse.getIndexes(int index)
The indexes.
|
Index |
ListIndexesResponse.Builder.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(ByteBuffer data) |
static Index |
Index.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetIndexRequest,Index> |
DatastoreAdminGrpc.getGetIndexMethod() |
com.google.common.util.concurrent.ListenableFuture<Index> |
DatastoreAdminGrpc.DatastoreAdminFutureStub.getIndex(GetIndexRequest request)
Gets an index.
|
List<Index> |
ListIndexesResponse.getIndexesList()
The indexes.
|
List<Index> |
ListIndexesResponse.Builder.getIndexesList()
The indexes.
|
List<Index> |
ListIndexesResponseOrBuilder.getIndexesList()
The indexes.
|
com.google.protobuf.Parser<Index> |
Index.getParserForType() |
static com.google.protobuf.Parser<Index> |
Index.parser() |
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addIndexes(Index value)
The indexes.
|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addIndexes(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addAllIndexes(Iterable<? extends Index> values)
The indexes.
|
default void |
DatastoreAdminGrpc.AsyncService.getIndex(GetIndexRequest request,
StreamObserver<Index> responseObserver)
Gets an index.
|
void |
DatastoreAdminGrpc.DatastoreAdminStub.getIndex(GetIndexRequest request,
StreamObserver<Index> responseObserver)
Gets an index.
|
Copyright © 2023 Google LLC. All rights reserved.