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<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminClient.listDatabasesCallable()
List all the databases in the project.
|
com.google.api.gax.rpc.UnaryCallSettings<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminSettings.listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminSettings.Builder.listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.
|
Modifier and Type | Method and Description |
---|---|
ListDatabasesResponse |
FirestoreAdminClient.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse> |
GrpcFirestoreAdminStub.listDatabasesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse> |
HttpJsonFirestoreAdminStub.listDatabasesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminStub.listDatabasesCallable() |
com.google.api.gax.rpc.UnaryCallSettings<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminStubSettings.listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminStubSettings.Builder.listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.
|
Modifier and Type | Method and Description |
---|---|
ListDatabasesRequest |
ListDatabasesRequest.Builder.build() |
ListDatabasesRequest |
ListDatabasesRequest.Builder.buildPartial() |
static ListDatabasesRequest |
ListDatabasesRequest.getDefaultInstance() |
ListDatabasesRequest |
ListDatabasesRequest.getDefaultInstanceForType() |
ListDatabasesRequest |
ListDatabasesRequest.Builder.getDefaultInstanceForType() |
static ListDatabasesRequest |
ListDatabasesRequest.parseDelimitedFrom(InputStream input) |
static ListDatabasesRequest |
ListDatabasesRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(byte[] data) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(ByteBuffer data) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(InputStream input) |
static ListDatabasesRequest |
ListDatabasesRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> |
FirestoreAdminGrpc.getListDatabasesMethod() |
com.google.protobuf.Parser<ListDatabasesRequest> |
ListDatabasesRequest.getParserForType() |
static com.google.protobuf.Parser<ListDatabasesRequest> |
ListDatabasesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListDatabasesResponse |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
com.google.common.util.concurrent.ListenableFuture<ListDatabasesResponse> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
default void |
FirestoreAdminGrpc.AsyncService.listDatabases(ListDatabasesRequest request,
io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all the databases in the project.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.listDatabases(ListDatabasesRequest request,
io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all the databases in the project.
|
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.mergeFrom(ListDatabasesRequest other) |
static ListDatabasesRequest.Builder |
ListDatabasesRequest.newBuilder(ListDatabasesRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.