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

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::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::V4beta1::Company

Baseline implementation for the create_company REST call

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

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_company

def get_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::Company

Baseline implementation for the get_company REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

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

#list_companies

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

Baseline implementation for the list_companies REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_company

def update_company(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::Company

Baseline implementation for the update_company REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)