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