Reference documentation and code samples for the Cloud Scheduler V1 API class Google::Cloud::Scheduler::V1::CloudScheduler::Rest::ServiceStub.
REST service stub for the CloudScheduler service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_job
def create_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Scheduler::V1::Job
Baseline implementation for the create_job REST call
- request_pb (::Google::Cloud::Scheduler::V1::CreateJobRequest) — 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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::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::Scheduler::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::Scheduler::V1::Job
Baseline implementation for the get_job REST call
- request_pb (::Google::Cloud::Scheduler::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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::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::Scheduler::V1::ListJobsResponse
Baseline implementation for the list_jobs REST call
- request_pb (::Google::Cloud::Scheduler::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::Scheduler::V1::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::V1::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#pause_job
def pause_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Scheduler::V1::Job
Baseline implementation for the pause_job REST call
- request_pb (::Google::Cloud::Scheduler::V1::PauseJobRequest) — 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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#resume_job
def resume_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Scheduler::V1::Job
Baseline implementation for the resume_job REST call
- request_pb (::Google::Cloud::Scheduler::V1::ResumeJobRequest) — 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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#run_job
def run_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Scheduler::V1::Job
Baseline implementation for the run_job REST call
- request_pb (::Google::Cloud::Scheduler::V1::RunJobRequest) — 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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_job
def update_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Scheduler::V1::Job
Baseline implementation for the update_job REST call
- request_pb (::Google::Cloud::Scheduler::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::Scheduler::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Scheduler::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)