Class: Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/templates.rb

Overview

A request to launch a Cloud Dataflow job from a FlexTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#launch_parameter::Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateParameter

Returns Required. Parameter to launch a job form Flex Template.

Returns:



255
256
257
258
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 255

class LaunchFlexTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String

Returns Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.

Returns:

  • (::String)

    Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.



255
256
257
258
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 255

class LaunchFlexTemplateRequest
  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.

Returns:

  • (::String)

    Required. The ID of the Cloud Platform project that the job belongs to.



255
256
257
258
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 255

class LaunchFlexTemplateRequest
  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.

Returns:

  • (::Boolean)

    If true, the request is validated but not actually executed. Defaults to false.



255
256
257
258
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 255

class LaunchFlexTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end