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
def cancel_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::Job
Baseline implementation for the cancel_job REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_job
def delete_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_job REST call
- 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.
- (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)
#get_job
def get_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::Job
Baseline implementation for the get_job REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_jobs
def list_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::ListJobsResponse
Baseline implementation for the list_jobs REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#submit_job
def submit_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::Job
Baseline implementation for the submit_job REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#submit_job_as_operation
def submit_job_as_operation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the submit_job_as_operation REST call
- 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.
- (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)
#update_job
def update_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataproc::V1::Job
Baseline implementation for the update_job REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataproc::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)