Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::TenantService::Rest::ServiceStub.
REST service stub for the TenantService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_tenant
def create_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::Tenant
Baseline implementation for the create_tenant REST call
- request_pb (::Google::Cloud::Talent::V4beta1::CreateTenantRequest) — 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::V4beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_tenant
def delete_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_tenant REST call
- request_pb (::Google::Cloud::Talent::V4beta1::DeleteTenantRequest) — 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_tenant
def get_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::Tenant
Baseline implementation for the get_tenant REST call
- request_pb (::Google::Cloud::Talent::V4beta1::GetTenantRequest) — 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::V4beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_tenants
def list_tenants(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::ListTenantsResponse
Baseline implementation for the list_tenants REST call
- request_pb (::Google::Cloud::Talent::V4beta1::ListTenantsRequest) — 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::V4beta1::ListTenantsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4beta1::ListTenantsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_tenant
def update_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Talent::V4beta1::Tenant
Baseline implementation for the update_tenant REST call
- request_pb (::Google::Cloud::Talent::V4beta1::UpdateTenantRequest) — 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::V4beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Talent::V4beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)