Class FirestoreAdminStub
java.lang.Object
com.google.cloud.firestore.v1.stub.FirestoreAdminStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcFirestoreAdminStub,HttpJsonFirestoreAdminStub
@Generated("by gapic-generator-java")
public abstract class FirestoreAdminStub
extends Object
implements BackgroundResource
Base stub class for the FirestoreAdmin service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<BulkDeleteDocumentsRequest,BulkDeleteDocumentsResponse, BulkDeleteDocumentsMetadata> abstract voidclose()UnaryCallable<DeleteBackupRequest,com.google.protobuf.Empty> UnaryCallable<DeleteBackupScheduleRequest,com.google.protobuf.Empty> UnaryCallable<DeleteIndexRequest,com.google.protobuf.Empty> UnaryCallable<DeleteUserCredsRequest,com.google.protobuf.Empty> OperationCallable<ImportDocumentsRequest,com.google.protobuf.Empty, ImportDocumentsMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
FirestoreAdminStub
public FirestoreAdminStub()
-
-
Method Details
-
getOperationsStub
-
getHttpJsonOperationsStub
-
createIndexOperationCallable
public OperationCallable<CreateIndexRequest,Index, createIndexOperationCallable()IndexOperationMetadata> -
createIndexCallable
-
listIndexesPagedCallable
public UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> listIndexesPagedCallable() -
listIndexesCallable
-
getIndexCallable
-
deleteIndexCallable
-
getFieldCallable
-
updateFieldOperationCallable
public OperationCallable<UpdateFieldRequest,Field, updateFieldOperationCallable()FieldOperationMetadata> -
updateFieldCallable
-
listFieldsPagedCallable
public UnaryCallable<ListFieldsRequest,FirestoreAdminClient.ListFieldsPagedResponse> listFieldsPagedCallable() -
listFieldsCallable
-
exportDocumentsOperationCallable
public OperationCallable<ExportDocumentsRequest,ExportDocumentsResponse, exportDocumentsOperationCallable()ExportDocumentsMetadata> -
exportDocumentsCallable
-
importDocumentsOperationCallable
public OperationCallable<ImportDocumentsRequest,com.google.protobuf.Empty, importDocumentsOperationCallable()ImportDocumentsMetadata> -
importDocumentsCallable
-
bulkDeleteDocumentsOperationCallable
public OperationCallable<BulkDeleteDocumentsRequest,BulkDeleteDocumentsResponse, bulkDeleteDocumentsOperationCallable()BulkDeleteDocumentsMetadata> -
bulkDeleteDocumentsCallable
-
createDatabaseOperationCallable
public OperationCallable<CreateDatabaseRequest,Database, createDatabaseOperationCallable()CreateDatabaseMetadata> -
createDatabaseCallable
-
getDatabaseCallable
-
listDatabasesCallable
-
updateDatabaseOperationCallable
public OperationCallable<UpdateDatabaseRequest,Database, updateDatabaseOperationCallable()UpdateDatabaseMetadata> -
updateDatabaseCallable
-
deleteDatabaseOperationCallable
public OperationCallable<DeleteDatabaseRequest,Database, deleteDatabaseOperationCallable()DeleteDatabaseMetadata> -
deleteDatabaseCallable
-
createUserCredsCallable
-
getUserCredsCallable
-
listUserCredsCallable
-
enableUserCredsCallable
-
disableUserCredsCallable
-
resetUserPasswordCallable
-
deleteUserCredsCallable
-
getBackupCallable
-
listBackupsCallable
-
deleteBackupCallable
-
restoreDatabaseOperationCallable
public OperationCallable<RestoreDatabaseRequest,Database, restoreDatabaseOperationCallable()RestoreDatabaseMetadata> -
restoreDatabaseCallable
-
createBackupScheduleCallable
-
getBackupScheduleCallable
-
listBackupSchedulesCallable
public UnaryCallable<ListBackupSchedulesRequest,ListBackupSchedulesResponse> listBackupSchedulesCallable() -
updateBackupScheduleCallable
-
deleteBackupScheduleCallable
public UnaryCallable<DeleteBackupScheduleRequest,com.google.protobuf.Empty> deleteBackupScheduleCallable() -
cloneDatabaseOperationCallable
public OperationCallable<CloneDatabaseRequest,Database, cloneDatabaseOperationCallable()CloneDatabaseMetadata> -
cloneDatabaseCallable
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-