Package com.google.firestore.admin.v1
Class FirestoreAdminGrpc
java.lang.Object
com.google.firestore.admin.v1.FirestoreAdminGrpc
@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`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe Cloud Firestore Admin API.static final classA stub to allow clients to do synchronous rpc calls to service FirestoreAdmin.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service FirestoreAdmin.static classBase class for the server implementation of the service FirestoreAdmin.static final classA stub to allow clients to do asynchronous rpc calls to service FirestoreAdmin. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<CreateDatabaseRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<DeleteDatabaseRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> static io.grpc.MethodDescriptor<GetFieldRequest,Field> static io.grpc.MethodDescriptor<GetIndexRequest,Index> static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UpdateDatabaseRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> getCreateIndexMethod() -
getListIndexesMethod
public static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod() -
getGetIndexMethod
-
getDeleteIndexMethod
public static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> getDeleteIndexMethod() -
getGetFieldMethod
-
getUpdateFieldMethod
public static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> getUpdateFieldMethod() -
getListFieldsMethod
-
getExportDocumentsMethod
public static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> getExportDocumentsMethod() -
getImportDocumentsMethod
public static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> getImportDocumentsMethod() -
getCreateDatabaseMethod
public static io.grpc.MethodDescriptor<CreateDatabaseRequest,com.google.longrunning.Operation> getCreateDatabaseMethod() -
getGetDatabaseMethod
-
getListDatabasesMethod
public static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> getListDatabasesMethod() -
getUpdateDatabaseMethod
public static io.grpc.MethodDescriptor<UpdateDatabaseRequest,com.google.longrunning.Operation> getUpdateDatabaseMethod() -
getDeleteDatabaseMethod
public static io.grpc.MethodDescriptor<DeleteDatabaseRequest,com.google.longrunning.Operation> getDeleteDatabaseMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static FirestoreAdminGrpc.FirestoreAdminBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(FirestoreAdminGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-