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 |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
DatastoreAdminClient.listIndexesCallable()
Lists the indexes that match the specified filters.
|
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminClient.listIndexesPagedCallable()
Lists the indexes that match the specified filters.
|
com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminSettings.listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminSettings.Builder.listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.
|
Modifier and Type | Method and Description |
---|---|
DatastoreAdminClient.ListIndexesPagedResponse |
DatastoreAdminClient.listIndexes(ListIndexesRequest request)
Lists the indexes that match the specified filters.
|
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.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
DatastoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
HttpJsonDatastoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
GrpcDatastoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> |
HttpJsonDatastoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> |
GrpcDatastoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminStubSettings.listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,DatastoreAdminClient.ListIndexesPagedResponse> |
DatastoreAdminStubSettings.Builder.listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.
|
Modifier and Type | Method and Description |
---|---|
ListIndexesRequest |
ListIndexesRequest.Builder.build() |
ListIndexesRequest |
ListIndexesRequest.Builder.buildPartial() |
static ListIndexesRequest |
ListIndexesRequest.getDefaultInstance() |
ListIndexesRequest |
ListIndexesRequest.getDefaultInstanceForType() |
ListIndexesRequest |
ListIndexesRequest.Builder.getDefaultInstanceForType() |
static ListIndexesRequest |
ListIndexesRequest.parseDelimitedFrom(InputStream input) |
static ListIndexesRequest |
ListIndexesRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(byte[] data) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(ByteBuffer data) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(InputStream input) |
static ListIndexesRequest |
ListIndexesRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListIndexesRequest,ListIndexesResponse> |
DatastoreAdminGrpc.getListIndexesMethod() |
com.google.protobuf.Parser<ListIndexesRequest> |
ListIndexesRequest.getParserForType() |
static com.google.protobuf.Parser<ListIndexesRequest> |
ListIndexesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse |
DatastoreAdminGrpc.DatastoreAdminBlockingStub.listIndexes(ListIndexesRequest request)
Lists the indexes that match the specified filters.
|
com.google.common.util.concurrent.ListenableFuture<ListIndexesResponse> |
DatastoreAdminGrpc.DatastoreAdminFutureStub.listIndexes(ListIndexesRequest request)
Lists the indexes that match the specified filters.
|
default void |
DatastoreAdminGrpc.AsyncService.listIndexes(ListIndexesRequest request,
StreamObserver<ListIndexesResponse> responseObserver)
Lists the indexes that match the specified filters.
|
void |
DatastoreAdminGrpc.DatastoreAdminStub.listIndexes(ListIndexesRequest request,
StreamObserver<ListIndexesResponse> responseObserver)
Lists the indexes that match the specified filters.
|
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.mergeFrom(ListIndexesRequest other) |
static ListIndexesRequest.Builder |
ListIndexesRequest.newBuilder(ListIndexesRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.