Class: Google::Cloud::Bigtable::Backup::Job
- Inherits:
-
LongrunningJob
- Object
- LongrunningJob
- Google::Cloud::Bigtable::Backup::Job
- Defined in:
- lib/google/cloud/bigtable/backup/job.rb
Overview
Job
A resource representing the long-running, asynchronous processing of an backup create operation. The job can be refreshed to retrieve the backup object once the operation has been completed.
Instance Method Summary collapse
-
#backup ⇒ Google::Cloud::Bigtable::Backup?
Get the backup object from operation results.
Instance Method Details
#backup ⇒ Google::Cloud::Bigtable::Backup?
Get the backup object from operation results.
80 81 82 |
# File 'lib/google/cloud/bigtable/backup/job.rb', line 80 def backup Backup.from_grpc results, service if results end |