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



598
599
600
601
602
603
604
605
606
607
608
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 598

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



598
599
600
601
602
603
604
605
606
607
608
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 598

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



598
599
600
601
602
603
604
605
606
607
608
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 598

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



598
599
600
601
602
603
604
605
606
607
608
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 598

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