Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::JobService::Rest::ServiceStub.
REST service stub for the JobService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#batch_create_jobs
def batch_create_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the batch_create_jobs REST call
- request_pb (::Google::Cloud::Talent::V4::BatchCreateJobsRequest) — 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)
#batch_delete_jobs
def batch_delete_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the batch_delete_jobs REST call
- request_pb (::Google::Cloud::Talent::V4::BatchDeleteJobsRequest) — 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)
#batch_update_jobs
def batch_update_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the batch_update_jobs REST call
- request_pb (::Google::Cloud::Talent::V4::BatchUpdateJobsRequest) — 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)
#create_job
def create_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Job
Baseline implementation for the create_job REST call
- request_pb (::Google::Cloud::Talent::V4::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::Talent::V4::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::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::Talent::V4::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)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_job
def get_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Job
Baseline implementation for the get_job REST call
- request_pb (::Google::Cloud::Talent::V4::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::Talent::V4::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_jobs
def list_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::ListJobsResponse
Baseline implementation for the list_jobs REST call
- request_pb (::Google::Cloud::Talent::V4::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::Talent::V4::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_jobs
def search_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::SearchJobsResponse
Baseline implementation for the search_jobs REST call
- request_pb (::Google::Cloud::Talent::V4::SearchJobsRequest) — 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::Talent::V4::SearchJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::SearchJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_jobs_for_alert
def search_jobs_for_alert(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::SearchJobsResponse
Baseline implementation for the search_jobs_for_alert REST call
- request_pb (::Google::Cloud::Talent::V4::SearchJobsRequest) — 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::Talent::V4::SearchJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::SearchJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_job
def update_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Job
Baseline implementation for the update_job REST call
- request_pb (::Google::Cloud::Talent::V4::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::Talent::V4::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::Job) — A result object deserialized from the server's reply
- (::ArgumentError)