Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::CompanyService::Rest::ServiceStub.
REST service stub for the CompanyService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_company
def create_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Company
Baseline implementation for the create_company REST call
- request_pb (::Google::Cloud::Talent::V4::CreateCompanyRequest) — 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::Company)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::Company) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_company
def delete_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_company REST call
- request_pb (::Google::Cloud::Talent::V4::DeleteCompanyRequest) — 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_company
def get_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Company
Baseline implementation for the get_company REST call
- request_pb (::Google::Cloud::Talent::V4::GetCompanyRequest) — 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::Company)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::Company) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_companies
def list_companies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::ListCompaniesResponse
Baseline implementation for the list_companies REST call
- request_pb (::Google::Cloud::Talent::V4::ListCompaniesRequest) — 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::ListCompaniesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::ListCompaniesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_company
def update_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::Company
Baseline implementation for the update_company REST call
- request_pb (::Google::Cloud::Talent::V4::UpdateCompanyRequest) — 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::Company)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4::Company) — A result object deserialized from the server's reply
- (::ArgumentError)