Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::JobController::Rest::ServiceStub (v1.3.1)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::JobController::Rest::ServiceStub.

REST service stub for the JobController service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#cancel_job

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

Baseline implementation for the cancel_job REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::CancelJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_job

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

Baseline implementation for the delete_job REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::DeleteJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

defendpoint()->String

The effective endpoint

Returns
  • (String)

#get_job

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

Baseline implementation for the get_job REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::GetJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_jobs

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

Baseline implementation for the list_jobs REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::ListJobsRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

deflogger(stub:false)->Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#submit_job

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

Baseline implementation for the submit_job REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::SubmitJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#submit_job_as_operation

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

Baseline implementation for the submit_job_as_operation REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::SubmitJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

defuniverse_domain()->String

The effective universe domain

Returns
  • (String)

#update_job

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

Baseline implementation for the update_job REST call

Parameters
  • request_pb (::Google::Cloud::Dataproc::V1::UpdateJobRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.