Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::GetTemplateRequest.
A request to retrieve a Cloud Dataflow job template.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_path
def gcs_path() -> ::String
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://'.
#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 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://'.
#location
def location() -> ::String
Returns
- (::String) — The regional endpoint to which to direct the request.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The regional endpoint to which to direct the request.
Returns
- (::String) — The regional endpoint to which to direct the request.
#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.
#view
def view() -> ::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView
Returns
- (::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView) — The view to retrieve. Defaults to METADATA_ONLY.
#view=
def view=(value) -> ::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView) — The view to retrieve. Defaults to METADATA_ONLY.
Returns
- (::Google::Cloud::Dataflow::V1beta3::GetTemplateRequest::TemplateView) — The view to retrieve. Defaults to METADATA_ONLY.