Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
FirestoreAdminClient.listIndexesCallable()
Lists composite indexes.
|
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminClient.listIndexesPagedCallable()
Lists composite indexes.
|
com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminSettings.listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminSettings.Builder.listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.
|
Modifier and Type | Method and Description |
---|---|
FirestoreAdminClient.ListIndexesPagedResponse |
FirestoreAdminClient.listIndexes(ListIndexesRequest request)
Lists composite indexes.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminClient.ListIndexesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context,
com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse) |
protected FirestoreAdminClient.ListIndexesPage |
FirestoreAdminClient.ListIndexesPage.createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context,
ListIndexesResponse response) |
com.google.api.core.ApiFuture<FirestoreAdminClient.ListIndexesPage> |
FirestoreAdminClient.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> |
GrpcFirestoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
HttpJsonFirestoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse> |
FirestoreAdminStub.listIndexesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> |
GrpcFirestoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> |
HttpJsonFirestoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminStub.listIndexesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminStubSettings.listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminStubSettings.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 io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> |
FirestoreAdminGrpc.getListIndexesMethod() |
com.google.protobuf.Parser<ListIndexesRequest> |
ListIndexesRequest.getParserForType() |
static com.google.protobuf.Parser<ListIndexesRequest> |
ListIndexesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.listIndexes(ListIndexesRequest request)
Lists composite indexes.
|
com.google.common.util.concurrent.ListenableFuture<ListIndexesResponse> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.listIndexes(ListIndexesRequest request)
Lists composite indexes.
|
default void |
FirestoreAdminGrpc.AsyncService.listIndexes(ListIndexesRequest request,
io.grpc.stub.StreamObserver<ListIndexesResponse> responseObserver)
Lists composite indexes.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.listIndexes(ListIndexesRequest request,
io.grpc.stub.StreamObserver<ListIndexesResponse> responseObserver)
Lists composite indexes.
|
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.mergeFrom(ListIndexesRequest other) |
static ListIndexesRequest.Builder |
ListIndexesRequest.newBuilder(ListIndexesRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.