Class: Google::Cloud::Dataflow::V1beta3::CreateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::CreateJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Request to create a Cloud Dataflow job.
Instance Attribute Summary collapse
-
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
The job to create.
-
#location ⇒ ::String
The regional endpoint that contains this job.
-
#project_id ⇒ ::String
The ID of the Cloud Platform project that the job belongs to.
-
#replace_job_id ⇒ ::String
Deprecated.
-
#view ⇒ ::Google::Cloud::Dataflow::V1beta3::JobView
The level of information requested in response.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
Returns The job to create.
627 628 629 630 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 627 class CreateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The regional endpoint that contains this job.
627 628 629 630 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 627 class CreateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The ID of the Cloud Platform project that the job belongs to.
627 628 629 630 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 627 class CreateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replace_job_id ⇒ ::String
Returns Deprecated. This field is now in the Job message.
627 628 629 630 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 627 class CreateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Dataflow::V1beta3::JobView
Returns The level of information requested in response.
627 628 629 630 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 627 class CreateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |