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 |
---|---|
ListDatabasesResponse |
FirestoreAdminClient.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
ListDatabasesResponse |
FirestoreAdminClient.listDatabases(ProjectName parent)
List all the databases in the project.
|
ListDatabasesResponse |
FirestoreAdminClient.listDatabases(String parent)
List all the databases in the project.
|
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 |
---|---|
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 |
---|---|
ListDatabasesResponse |
ListDatabasesResponse.Builder.build() |
ListDatabasesResponse |
ListDatabasesResponse.Builder.buildPartial() |
static ListDatabasesResponse |
ListDatabasesResponse.getDefaultInstance() |
ListDatabasesResponse |
ListDatabasesResponse.getDefaultInstanceForType() |
ListDatabasesResponse |
ListDatabasesResponse.Builder.getDefaultInstanceForType() |
ListDatabasesResponse |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
static ListDatabasesResponse |
ListDatabasesResponse.parseDelimitedFrom(InputStream input) |
static ListDatabasesResponse |
ListDatabasesResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(byte[] data) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(ByteBuffer data) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(com.google.protobuf.ByteString data) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListDatabasesResponse |
ListDatabasesResponse.parseFrom(InputStream input) |
static ListDatabasesResponse |
ListDatabasesResponse.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<ListDatabasesResponse> |
ListDatabasesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListDatabasesResponse> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.listDatabases(ListDatabasesRequest request)
List all the databases in the project.
|
static com.google.protobuf.Parser<ListDatabasesResponse> |
ListDatabasesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListDatabasesResponse.Builder |
ListDatabasesResponse.Builder.mergeFrom(ListDatabasesResponse other) |
static ListDatabasesResponse.Builder |
ListDatabasesResponse.newBuilder(ListDatabasesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2023 Google LLC. All rights reserved.