Package | Description |
---|---|
com.google.cloud.firestore.spi.v1 | |
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreRpc.listCollectionIdsPagedCallable()
Returns a list of collections IDs.
|
com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
GrpcFirestoreRpc.listCollectionIdsPagedCallable() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,ListCollectionIdsResponse> |
FirestoreClient.listCollectionIdsCallable()
Lists all the collection IDs underneath a document.
|
com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreClient.listCollectionIdsPagedCallable()
Lists all the collection IDs underneath a document.
|
com.google.api.gax.rpc.PagedCallSettings<ListCollectionIdsRequest,ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.listCollectionIdsSettings()
Returns the object with the settings used for calls to listCollectionIds.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCollectionIdsRequest,ListCollectionIdsResponse,FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreSettings.Builder.listCollectionIdsSettings()
Returns the builder for the settings used for calls to listCollectionIds.
|
Modifier and Type | Method and Description |
---|---|
FirestoreClient.ListCollectionIdsPagedResponse |
FirestoreClient.listCollectionIds(ListCollectionIdsRequest request)
Lists all the collection IDs underneath a document.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreClient.ListCollectionIdsPagedResponse> |
FirestoreClient.ListCollectionIdsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context,
com.google.api.core.ApiFuture<ListCollectionIdsResponse> futureResponse) |
protected FirestoreClient.ListCollectionIdsPage |
FirestoreClient.ListCollectionIdsPage.createPage(com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context,
ListCollectionIdsResponse response) |
com.google.api.core.ApiFuture<FirestoreClient.ListCollectionIdsPage> |
FirestoreClient.ListCollectionIdsPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest,ListCollectionIdsResponse,String> context,
com.google.api.core.ApiFuture<ListCollectionIdsResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
ListCollectionIdsRequest |
ListCollectionIdsRequest.Builder.build() |
ListCollectionIdsRequest |
ListCollectionIdsRequest.Builder.buildPartial() |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.getDefaultInstance() |
ListCollectionIdsRequest |
ListCollectionIdsRequest.getDefaultInstanceForType() |
ListCollectionIdsRequest |
ListCollectionIdsRequest.Builder.getDefaultInstanceForType() |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseDelimitedFrom(InputStream input) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(byte[] data) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(ByteBuffer data) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(InputStream input) |
static ListCollectionIdsRequest |
ListCollectionIdsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ListCollectionIdsRequest,ListCollectionIdsResponse> |
FirestoreGrpc.getListCollectionIdsMethod() |
com.google.protobuf.Parser<ListCollectionIdsRequest> |
ListCollectionIdsRequest.getParserForType() |
static com.google.protobuf.Parser<ListCollectionIdsRequest> |
ListCollectionIdsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListCollectionIdsResponse |
FirestoreGrpc.FirestoreBlockingStub.listCollectionIds(ListCollectionIdsRequest request)
Lists all the collection IDs underneath a document.
|
com.google.common.util.concurrent.ListenableFuture<ListCollectionIdsResponse> |
FirestoreGrpc.FirestoreFutureStub.listCollectionIds(ListCollectionIdsRequest request)
Lists all the collection IDs underneath a document.
|
default void |
FirestoreGrpc.AsyncService.listCollectionIds(ListCollectionIdsRequest request,
io.grpc.stub.StreamObserver<ListCollectionIdsResponse> responseObserver)
Lists all the collection IDs underneath a document.
|
void |
FirestoreGrpc.FirestoreStub.listCollectionIds(ListCollectionIdsRequest request,
io.grpc.stub.StreamObserver<ListCollectionIdsResponse> responseObserver)
Lists all the collection IDs underneath a document.
|
ListCollectionIdsRequest.Builder |
ListCollectionIdsRequest.Builder.mergeFrom(ListCollectionIdsRequest other) |
static ListCollectionIdsRequest.Builder |
ListCollectionIdsRequest.newBuilder(ListCollectionIdsRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.