google-apis-recommender_v1beta1 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2a93e7480db2fbd68d733da4112903e4bdabf4f566e150d39a0d2c670865910
4
- data.tar.gz: 5c72febc91692b7750a7ab69fa299443d4fd578aea3aeafcceedcc5630b8a1e5
3
+ metadata.gz: 333f0696d0cff3898e7169f34a93512819064fe05dfe4311c5d5bcff789fca9f
4
+ data.tar.gz: 1d680d5ac34e931a96a6b6a3b2e846bd6d53be28f17ee6b170f28e02e156f414
5
5
  SHA512:
6
- metadata.gz: 93a094dee06b0e48104baacecb488891869fc39d4c0811f8e69b8c1e109ee08facf1e3f9089c8e9c1ebe82514ee601a612fd6784c55d74efddfd8fa80a0689ce
7
- data.tar.gz: 639c6d956e9c678b8141527b3ac8f64f1499a21a8f4825f4596addb0aab8ab406b54682e2c10590fd40f9a5bdf337b54c36f77912ebb0294cb08a4e78b9b61ae
6
+ metadata.gz: 2d5e618c087eabe32e2f1f31f4452589865d7f4b54ea2968d9970322dd08df28839bed90db78223b3696ee2211056a726a1aa31ddf59ce8891d9bba4821af97d
7
+ data.tar.gz: 30547665c6fc46c34e6fddfba507a7e615714fd11c1f5ae4c0dad658c7a1246e7722b0f57273ce12a98d3c52b9ac26ac4219bf2eccd9ec77c88adb458c69e561
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommender_v1beta1
2
2
 
3
+ ### v0.17.0 (2021-12-09)
4
+
5
+ * Regenerated from discovery document revision 20211205
6
+
3
7
  ### v0.16.0 (2021-11-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecommenderV1beta1
18
18
  # Version of the google-apis-recommender_v1beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211105"
25
+ REVISION = "20211205"
26
26
  end
27
27
  end
28
28
  end
@@ -767,7 +767,8 @@ module Google
767
767
  # Required. Name of the InsightTypeConfig to get. Acceptable formats: * `
768
768
  # projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/
769
769
  # config` * `projects/[PROJECT_ID]/locations/global/recommenders/[
770
- # INSIGHT_TYPE_ID]/config`
770
+ # INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/global/
771
+ # recommenders/[INSIGHT_TYPE_ID]/config`
771
772
  # @param [String] fields
772
773
  # Selector specifying which fields to include in a partial response.
773
774
  # @param [String] quota_user
@@ -968,9 +969,10 @@ module Google
968
969
  # config for each Recommender.
969
970
  # @param [String] name
970
971
  # Required. Name of the Recommendation Config to get. Acceptable formats: * `
971
- # projects/[PROJECT_NUMBER]/locations/global/recommenders/[RECOMMENDER_ID]/
972
- # config` * `projects/[PROJECT_ID]/locations/global/recommenders/[RECOMMENDER_ID]
973
- # /config`
972
+ # projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/
973
+ # config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
974
+ # RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]
975
+ # /recommenders/[RECOMMENDER_ID]/config`
974
976
  # @param [String] fields
975
977
  # Selector specifying which fields to include in a partial response.
976
978
  # @param [String] quota_user
@@ -1211,7 +1213,8 @@ module Google
1211
1213
  # Required. Name of the InsightTypeConfig to get. Acceptable formats: * `
1212
1214
  # projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/
1213
1215
  # config` * `projects/[PROJECT_ID]/locations/global/recommenders/[
1214
- # INSIGHT_TYPE_ID]/config`
1216
+ # INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/global/
1217
+ # recommenders/[INSIGHT_TYPE_ID]/config`
1215
1218
  # @param [String] fields
1216
1219
  # Selector specifying which fields to include in a partial response.
1217
1220
  # @param [String] quota_user
@@ -1413,9 +1416,10 @@ module Google
1413
1416
  # config for each Recommender.
1414
1417
  # @param [String] name
1415
1418
  # Required. Name of the Recommendation Config to get. Acceptable formats: * `
1416
- # projects/[PROJECT_NUMBER]/locations/global/recommenders/[RECOMMENDER_ID]/
1417
- # config` * `projects/[PROJECT_ID]/locations/global/recommenders/[RECOMMENDER_ID]
1418
- # /config`
1419
+ # projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/
1420
+ # config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
1421
+ # RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]
1422
+ # /recommenders/[RECOMMENDER_ID]/config`
1419
1423
  # @param [String] fields
1420
1424
  # Selector specifying which fields to include in a partial response.
1421
1425
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommender_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []