Class Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateRequest (v0.2.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#launch_parameter

def launch_parameter() -> ::Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateParameter
Returns

#launch_parameter=

def launch_parameter=(value) -> ::Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateParameter
Parameter
Returns

#location

def location() -> ::String
Returns
  • (::String) — Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — 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.

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. The ID of the Cloud Platform project that the job belongs to.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — 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.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If true, the request is validated but not actually executed. Defaults to false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.