diff --git a/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md b/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md index f5de7a3cf..28a4b5fea 100644 --- a/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md +++ b/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-recommendationengine_v1beta1 +### v0.2.0 (2021-01-14) + +* Regenerated from discovery document revision 20210108 + ### v0.1.0 (2021-01-07) * Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-recommendationengine_v1beta1/OVERVIEW.md b/generated/google-apis-recommendationengine_v1beta1/OVERVIEW.md index 7c1315a0d..feb7b7fe1 100644 --- a/generated/google-apis-recommendationengine_v1beta1/OVERVIEW.md +++ b/generated/google-apis-recommendationengine_v1beta1/OVERVIEW.md @@ -1,6 +1,6 @@ -# Simple REST client for version V1beta1 of the Recommendations AI +# Simple REST client for version V1beta1 of the Recommendations AI (Beta) -This is a simple client library for version V1beta1 of the Recommendations AI. It provides: +This is a simple client library for version V1beta1 of the Recommendations AI (Beta). It provides: * A client object that connects to the HTTP/JSON REST endpoint for the service. * Ruby objects for data structures related to the service. @@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Recommendationengine service in particular.) -For reference information on specific calls in the Recommendations AI, see the {Google::Apis::RecommendationengineV1beta1::RecommendationsAIService class reference docs}. +For reference information on specific calls in the Recommendations AI (Beta), see the {Google::Apis::RecommendationengineV1beta1::RecommendationsAIService class reference docs}. ## Which client should I use? diff --git a/generated/google-apis-recommendationengine_v1beta1/google-apis-recommendationengine_v1beta1.gemspec b/generated/google-apis-recommendationengine_v1beta1/google-apis-recommendationengine_v1beta1.gemspec index e67d41182..b1c7ce2ae 100644 --- a/generated/google-apis-recommendationengine_v1beta1/google-apis-recommendationengine_v1beta1.gemspec +++ b/generated/google-apis-recommendationengine_v1beta1/google-apis-recommendationengine_v1beta1.gemspec @@ -5,15 +5,15 @@ Gem::Specification.new do |gem| gem.version = Google::Apis::RecommendationengineV1beta1::GEM_VERSION gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com" - gem.summary = "Simple REST client for Recommendations AI V1beta1" + gem.summary = "Simple REST client for Recommendations AI (Beta) V1beta1" gem.description = - "This is the simple REST client for Recommendations AI V1beta1." \ + "This is the simple REST client for Recommendations AI (Beta) V1beta1." \ " Simple REST clients are Ruby client libraries that provide access to" \ " Google services via their HTTP REST API endpoints. These libraries are" \ " generated and updated automatically based on the discovery documents" \ " published by the service, and they handle most concerns such as" \ " authentication, pagination, retry, timeouts, and logging. You can use" \ - " this client to access the Recommendations AI, but note that some" \ + " this client to access the Recommendations AI (Beta), but note that some" \ " services may provide a separate modern client that is easier to use." gem.homepage = "https://github.com/google/google-api-ruby-client" gem.license = "Apache-2.0" diff --git a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1.rb b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1.rb index 05d216314..42debb595 100644 --- a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1.rb +++ b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1.rb @@ -19,15 +19,18 @@ require 'google/apis/recommendationengine_v1beta1/gem_version.rb' module Google module Apis - # Recommendations AI + # Recommendations AI (Beta) # - # Recommendations AI service enables customers to build end-to-end personalized - # recommendation systems without requiring a high level of expertise in machine - # learning, recommendation system, or Google Cloud. + # Note that we now highly recommend new customers to use Retail API that + # incorporates the GA version of the Recommendations AI funtionalities. To + # enable Retail API, please visit https://console.cloud.google.com/apis/library/ + # retail.googleapis.com. This is Recommendations AI service enables customers to + # build end-to-end personalized recommendation systems without requiring a high + # level of expertise in machine learning, recommendation system, or Google Cloud. # # @see https://cloud.google.com/recommendations-ai/docs module RecommendationengineV1beta1 - # Version of the Recommendations AI this client connects to. + # Version of the Recommendations AI (Beta) this client connects to. # This is NOT the gem version. VERSION = 'V1beta1' diff --git a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/gem_version.rb b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/gem_version.rb index 3e5d1d9e3..32ba6f32f 100644 --- a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/gem_version.rb +++ b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module RecommendationengineV1beta1 # Version of the google-apis-recommendationengine_v1beta1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201212" + REVISION = "20210108" end end end diff --git a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/service.rb b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/service.rb index ff7476f2c..ddb948c4e 100644 --- a/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/service.rb +++ b/generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/service.rb @@ -20,11 +20,14 @@ require 'google/apis/errors' module Google module Apis module RecommendationengineV1beta1 - # Recommendations AI + # Recommendations AI (Beta) # - # Recommendations AI service enables customers to build end-to-end personalized - # recommendation systems without requiring a high level of expertise in machine - # learning, recommendation system, or Google Cloud. + # Note that we now highly recommend new customers to use Retail API that + # incorporates the GA version of the Recommendations AI funtionalities. To + # enable Retail API, please visit https://console.cloud.google.com/apis/library/ + # retail.googleapis.com. This is Recommendations AI service enables customers to + # build end-to-end personalized recommendation systems without requiring a high + # level of expertise in machine learning, recommendation system, or Google Cloud. # # @example # require 'google/apis/recommendationengine_v1beta1' diff --git a/generated/google-apis-recommendationengine_v1beta1/synth.metadata b/generated/google-apis-recommendationengine_v1beta1/synth.metadata index d9b118fbd..c57122915 100644 --- a/generated/google-apis-recommendationengine_v1beta1/synth.metadata +++ b/generated/google-apis-recommendationengine_v1beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c7914ee7204a706f10899801b321a63f5d2e2c74" + "sha": "344d34a7dfa1b26334ab6cac0a5766050e5a0808" } } ]