Class: Google::Cloud::Dataflow::V1beta3::SnapshotJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::SnapshotJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Request to create a snapshot of a job.
Instance Attribute Summary collapse
-
#description ⇒ ::String
User specified description of the snapshot.
-
#job_id ⇒ ::String
The job to be snapshotted.
-
#location ⇒ ::String
The location that contains this job.
-
#project_id ⇒ ::String
The project which owns the job to be snapshotted.
-
#snapshot_sources ⇒ ::Boolean
If true, perform snapshots for sources which support this.
-
#ttl ⇒ ::Google::Protobuf::Duration
TTL for the snapshot.
Instance Attribute Details
#description ⇒ ::String
Returns User specified description of the snapshot. Maybe empty.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns The job to be snapshotted.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The location that contains this job.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project which owns the job to be snapshotted.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_sources ⇒ ::Boolean
Returns If true, perform snapshots for sources which support this.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Google::Protobuf::Duration
Returns TTL for the snapshot.
778 779 780 781 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 778 class SnapshotJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |