Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::CompanyService::Rest::ServiceStub (v0.11.0)

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

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_company

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

Baseline implementation for the delete_company REST call

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, credentials:) -> ServiceStub
Returns

#list_companies

def list_companies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4::ListCompaniesResponse

Baseline implementation for the list_companies REST call

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)