Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::WorkflowTemplateService::Rest::ServiceStub (v0.25.0)

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

def create_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::WorkflowTemplate

Baseline implementation for the create_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_workflow_template

def delete_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_workflow_template

def get_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::WorkflowTemplate

Baseline implementation for the get_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#instantiate_inline_workflow_template

def instantiate_inline_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the instantiate_inline_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#instantiate_workflow_template

def instantiate_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the instantiate_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_workflow_templates

def list_workflow_templates(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::ListWorkflowTemplatesResponse

Baseline implementation for the list_workflow_templates REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_workflow_template

def update_workflow_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::WorkflowTemplate

Baseline implementation for the update_workflow_template REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)