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
Returns Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 495 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
Returns The regional endpoint to which to direct the request.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 495 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
Returns Required. The ID of the Cloud Platform project that the job belongs to.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 495 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
Returns The view to retrieve. Defaults to METADATA_ONLY.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 495 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 |