Class: Google::Cloud::Dataflow::V1beta3::GetTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::GetTemplateRequest
- 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
-
#gcs_path ⇒ ::String
Required.
-
#location ⇒ ::String
The regional endpoint to which to direct the request.
-
#project_id ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView
The view to retrieve.
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. METADATA_ONLY = 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. METADATA_ONLY = 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. METADATA_ONLY = 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. METADATA_ONLY = 0 end end |