Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::WorkflowTemplateService::Rest::ServiceStub (v1.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::WorkflowTemplateService::Rest::ServiceStub.
REST service stub for the WorkflowTemplateService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_workflow_template
defcreate_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::WorkflowTemplateBaseline implementation for the create_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::CreateWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::WorkflowTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::WorkflowTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_workflow_template
defdelete_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Protobuf::EmptyBaseline implementation for the delete_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::DeleteWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
defendpoint()->StringThe effective endpoint
- (String)
#get_workflow_template
defget_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::WorkflowTemplateBaseline implementation for the get_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::GetWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::WorkflowTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::WorkflowTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#instantiate_inline_workflow_template
definstantiate_inline_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Longrunning::OperationBaseline implementation for the instantiate_inline_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::InstantiateInlineWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#instantiate_workflow_template
definstantiate_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Longrunning::OperationBaseline implementation for the instantiate_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::InstantiateWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_workflow_templates
deflist_workflow_templates(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponseBaseline implementation for the list_workflow_templates REST call
- request_pb (::Google::Cloud::Dataproc::V1::ListWorkflowTemplatesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
deflogger(stub:false)->LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
defuniverse_domain()->StringThe effective universe domain
- (String)
#update_workflow_template
defupdate_workflow_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::WorkflowTemplateBaseline implementation for the update_workflow_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::UpdateWorkflowTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::WorkflowTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::WorkflowTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)