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`.
 
  • Field Details

  • Method Details

    • getCreateIndexMethod

      public static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> getCreateIndexMethod()
    • getListIndexesMethod

      public static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
    • getGetIndexMethod

      public static io.grpc.MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
    • getDeleteIndexMethod

      public static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> getDeleteIndexMethod()
    • getGetFieldMethod

      public static io.grpc.MethodDescriptor<GetFieldRequest,Field> getGetFieldMethod()
    • getUpdateFieldMethod

      public static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> getUpdateFieldMethod()
    • getListFieldsMethod

      public static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> 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

      public static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> 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

      public static FirestoreAdminGrpc.FirestoreAdminStub newStub(io.grpc.Channel channel)
      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

      public static FirestoreAdminGrpc.FirestoreAdminFutureStub newFutureStub(io.grpc.Channel channel)
      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()