Class: Google::Cloud::Dataflow::V1beta3::GetTemplateRequest

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 retrieve a Cloud Dataflow job template.

Defined Under Namespace

Modules: TemplateView

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_path::String

Returns Required. A Cloud Storage path to the template from which to create the job. Must be 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 valid Cloud Storage URL, beginning with 'gs://'.



499
500
501
502
503
504
505
506
507
508
509
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 499

class GetTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The various views of a template that may be retrieved.
  module TemplateView
    # Template view that retrieves only the metadata associated with the
    # template.
     = 0
  end
end

#location::String

Returns The regional endpoint to which to direct the request.

Returns:



499
500
501
502
503
504
505
506
507
508
509
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 499

class GetTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The various views of a template that may be retrieved.
  module TemplateView
    # Template view that retrieves only the metadata associated with the
    # template.
     = 0
  end
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.



499
500
501
502
503
504
505
506
507
508
509
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 499

class GetTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The various views of a template that may be retrieved.
  module TemplateView
    # Template view that retrieves only the metadata associated with the
    # template.
     = 0
  end
end

#view::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView

Returns The view to retrieve. Defaults to METADATA_ONLY.

Returns:



499
500
501
502
503
504
505
506
507
508
509
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 499

class GetTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The various views of a template that may be retrieved.
  module TemplateView
    # Template view that retrieves only the metadata associated with the
    # template.
     = 0
  end
end