lib/google/cloud/talent/v4/tenant_service.rb in google-cloud-talent-v4-0.8.1 vs lib/google/cloud/talent/v4/tenant_service.rb in google-cloud-talent-v4-0.9.0
- old
+ new
@@ -23,21 +23,27 @@
require "google/cloud/talent/v4/version"
require "google/cloud/talent/v4/tenant_service/credentials"
require "google/cloud/talent/v4/tenant_service/paths"
require "google/cloud/talent/v4/tenant_service/client"
+require "google/cloud/talent/v4/tenant_service/rest"
module Google
module Cloud
module Talent
module V4
##
# A service that handles tenant management, including CRUD and enumeration.
#
- # To load this service and instantiate a client:
+ # @example Load this service and instantiate a gRPC client
#
# require "google/cloud/talent/v4/tenant_service"
# client = ::Google::Cloud::Talent::V4::TenantService::Client.new
+ #
+ # @example Load this service and instantiate a REST client
+ #
+ # require "google/cloud/talent/v4/tenant_service/rest"
+ # client = ::Google::Cloud::Talent::V4::TenantService::Rest::Client.new
#
module TenantService
end
end
end