Class: Google::Cloud::Dataflow::V1beta3::LaunchTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::LaunchTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
A request to launch a template.
Instance Attribute Summary collapse
-
#dynamic_template ⇒ ::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams
Params for launching a dynamic template.
-
#gcs_path ⇒ ::String
A Cloud Storage path to the template from which to create the job.
-
#launch_parameters ⇒ ::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters
The parameters of the template to launch.
-
#location ⇒ ::String
The regional endpoint to which to direct the request.
-
#project_id ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If true, the request is validated but not actually executed.
Instance Attribute Details
#dynamic_template ⇒ ::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams
Returns Params for launching a dynamic template.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_path ⇒ ::String
Returns A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#launch_parameters ⇒ ::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters
Returns The parameters of the template to launch. This should be part of the body of the POST request.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The regional endpoint to which to direct the request.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the Cloud Platform project that the job belongs to.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, the request is validated but not actually executed. Defaults to false.
605 606 607 608 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 605 class LaunchTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |