Uses of Class
com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPagedResponse
-
Packages that use DatabaseAdminClient.ListBackupOperationsPagedResponse Package Description com.google.cloud.spanner.admin.database.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.admin.database.v1.stub -
-
Uses of DatabaseAdminClient.ListBackupOperationsPagedResponse in com.google.cloud.spanner.admin.database.v1
Methods in com.google.cloud.spanner.admin.database.v1 that return DatabaseAdminClient.ListBackupOperationsPagedResponse Modifier and Type Method Description DatabaseAdminClient.ListBackupOperationsPagedResponse
DatabaseAdminClient. listBackupOperations(InstanceName parent)
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.DatabaseAdminClient.ListBackupOperationsPagedResponse
DatabaseAdminClient. listBackupOperations(ListBackupOperationsRequest request)
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.DatabaseAdminClient.ListBackupOperationsPagedResponse
DatabaseAdminClient. listBackupOperations(String parent)
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.Methods in com.google.cloud.spanner.admin.database.v1 that return types with arguments of type DatabaseAdminClient.ListBackupOperationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPagedResponse>
DatabaseAdminClient.ListBackupOperationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListBackupOperationsRequest,DatabaseAdminClient.ListBackupOperationsPagedResponse>
DatabaseAdminClient. listBackupOperationsPagedCallable()
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>
DatabaseAdminSettings.Builder. listBackupOperationsSettings()
Returns the builder for the settings used for calls to listBackupOperations.com.google.api.gax.rpc.PagedCallSettings<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>
DatabaseAdminSettings. listBackupOperationsSettings()
Returns the object with the settings used for calls to listBackupOperations. -
Uses of DatabaseAdminClient.ListBackupOperationsPagedResponse in com.google.cloud.spanner.admin.database.v1.stub
-