@Generated(value="by gRPC proto compiler", comments="Source: google/firestore/admin/v1/firestore_admin.proto") public final class FirestoreAdminGrpc extends Object
The Cloud Firestore Admin API. This API provides several administrative services for Cloud Firestore. Project, Database, Namespace, Collection, Collection Group, and Document are used as defined in the Google Cloud Firestore API. Operation: An Operation represents work being performed in the background. The index service manages Cloud Firestore indexes. Index creation is performed asynchronously. An Operation resource is created for each such asynchronous operation. The state of the operation (including any errors encountered) may be queried via the Operation resource. The Operations collection provides a record of actions performed for the specified Project (including any Operations in progress). Operations are not created directly but through calls on other collections or resources. An Operation that is done may be deleted so that it is no longer listed as part of the Operation collection. Operations are garbage collected after 30 days. By default, ListOperations will only return in progress and failed operations. To list completed operation, issue a ListOperations request with the filter `done: true`. Operations are created by service `FirestoreAdmin`, but are accessed via service `google.longrunning.Operations`.
Modifier and Type | Class and Description |
---|---|
static interface |
FirestoreAdminGrpc.AsyncService
The Cloud Firestore Admin API.
|
static class |
FirestoreAdminGrpc.FirestoreAdminBlockingStub
A stub to allow clients to do synchronous rpc calls to service FirestoreAdmin.
|
static class |
FirestoreAdminGrpc.FirestoreAdminFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service FirestoreAdmin.
|
static class |
FirestoreAdminGrpc.FirestoreAdminImplBase
Base class for the server implementation of the service FirestoreAdmin.
|
static class |
FirestoreAdminGrpc.FirestoreAdminStub
A stub to allow clients to do asynchronous rpc calls to service FirestoreAdmin.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(FirestoreAdminGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> |
getCreateIndexMethod() |
static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> |
getDeleteIndexMethod() |
static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> |
getExportDocumentsMethod() |
static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> |
getGetDatabaseMethod() |
static io.grpc.MethodDescriptor<GetFieldRequest,Field> |
getGetFieldMethod() |
static io.grpc.MethodDescriptor<GetIndexRequest,Index> |
getGetIndexMethod() |
static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> |
getImportDocumentsMethod() |
static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> |
getListDatabasesMethod() |
static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> |
getListFieldsMethod() |
static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> |
getListIndexesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateDatabaseRequest,com.google.longrunning.Operation> |
getUpdateDatabaseMethod() |
static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> |
getUpdateFieldMethod() |
static FirestoreAdminGrpc.FirestoreAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FirestoreAdminGrpc.FirestoreAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FirestoreAdminGrpc.FirestoreAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> getCreateIndexMethod()
public static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
public static io.grpc.MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
public static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> getDeleteIndexMethod()
public static io.grpc.MethodDescriptor<GetFieldRequest,Field> getGetFieldMethod()
public static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> getUpdateFieldMethod()
public static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> getListFieldsMethod()
public static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> getExportDocumentsMethod()
public static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> getImportDocumentsMethod()
public static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> getGetDatabaseMethod()
public static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> getListDatabasesMethod()
public static io.grpc.MethodDescriptor<UpdateDatabaseRequest,com.google.longrunning.Operation> getUpdateDatabaseMethod()
public static FirestoreAdminGrpc.FirestoreAdminStub newStub(io.grpc.Channel channel)
public static FirestoreAdminGrpc.FirestoreAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FirestoreAdminGrpc.FirestoreAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FirestoreAdminGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.