Class Google::Cloud::Dataflow::V1beta3::CreateJobFromTemplateRequest (v0.1.4)

A request to create a Cloud Dataflow job from a template.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#environment

def environment() -> ::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment
Returns

#environment=

def environment=(value) -> ::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment
Parameter
Returns

#gcs_path

def gcs_path() -> ::String
Returns
  • (::String) — Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with gs://.

#gcs_path=

def gcs_path=(value) -> ::String
Parameter
  • value (::String) — Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with gs://.
Returns
  • (::String) — Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with gs://.

#job_name

def job_name() -> ::String
Returns
  • (::String) — Required. The job name to use for the created job.

#job_name=

def job_name=(value) -> ::String
Parameter
  • value (::String) — Required. The job name to use for the created job.
Returns
  • (::String) — Required. The job name to use for the created job.

#location

def location() -> ::String
Returns

#location=

def location=(value) -> ::String
Parameter
Returns

#parameters

def parameters() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.

#parameters=

def parameters=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.

#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.