google-apis-recommender_v1 0.34.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a931b7de8c9779d2d75770b59ef91a66864ed9e1d1322c64ba6d6296cdeef16d
4
- data.tar.gz: 78a0c147f774844beafd43e2ee29dcb0ccc903b2bdedaf5554407bb5fbb9593c
3
+ metadata.gz: fd6fe2e67e18379f0056e379817d4c4546b9a5abab7f2edec71c57780bd0ca80
4
+ data.tar.gz: e3367fdd966aeb76ccf34ee077e32dc0dbcbd32630062d2977558239a333f1e6
5
5
  SHA512:
6
- metadata.gz: 911c5faae2aeffbdf3653f8d06d8564e29eaee81eadf1ae762eeef9737c340cf00fd5ad7d1de77b75b59374e4aa32b5edfccb56c5ef53f6c32d105ecefd348b3
7
- data.tar.gz: 225bf24a33ab5835a83b499776188c19b53065a4a27d665f4caabb47e2ed401529b27abc991acb54e06331cb810f2e57164e382f1571de3d28d692c8cb08fbc7
6
+ metadata.gz: a78a9b88b5b70ceb257163eeb2da3d9aba2d476bed02a444debc0e20cfa41c30a3fd546ebd928aa418872690e18ae76b9e48b088374ff1d1412acf58833d2a6b
7
+ data.tar.gz: 6f8e7b0092788d3e2d8340a84cacf6bd9bcd692b8fff5f70e8a950b17bbbcb851aceb18264cb8965f7ba1bb90c75bee4750301149fe37c2c1cfc02777a280741
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.35.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240428
6
+
3
7
  ### v0.34.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240414
@@ -264,8 +264,8 @@ module Google
264
264
  # @return [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1InsightTypeGenerationConfig]
265
265
  attr_accessor :insight_type_generation_config
266
266
 
267
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
268
- # /insightTypes/[INSIGHT_TYPE_ID]/config
267
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
268
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
269
269
  # Corresponds to the JSON property `name`
270
270
  # @return [String]
271
271
  attr_accessor :name
@@ -821,8 +821,8 @@ module Google
821
821
  # @return [String]
822
822
  attr_accessor :etag
823
823
 
824
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
825
- # recommenders/[RECOMMENDER_ID]/config
824
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
825
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
826
826
  # Corresponds to the JSON property `name`
827
827
  # @return [String]
828
828
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecommenderV1
18
18
  # Version of the google-apis-recommender_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240414"
25
+ REVISION = "20240428"
26
26
  end
27
27
  end
28
28
  end
@@ -90,8 +90,8 @@ module Google
90
90
  # Updates an InsightTypeConfig change. This will create a new revision of the
91
91
  # config.
92
92
  # @param [String] name
93
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
94
- # /insightTypes/[INSIGHT_TYPE_ID]/config
93
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
94
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
95
95
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1InsightTypeConfig] google_cloud_recommender_v1_insight_type_config_object
96
96
  # @param [String] update_mask
97
97
  # The list of fields to be updated.
@@ -297,8 +297,8 @@ module Google
297
297
 
298
298
  # Updates a Recommender Config. This will create a new revision of the config.
299
299
  # @param [String] name
300
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
301
- # recommenders/[RECOMMENDER_ID]/config
300
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
301
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
302
302
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1RecommenderConfig] google_cloud_recommender_v1_recommender_config_object
303
303
  # @param [String] update_mask
304
304
  # The list of fields to be updated.
@@ -997,8 +997,8 @@ module Google
997
997
  # Updates an InsightTypeConfig change. This will create a new revision of the
998
998
  # config.
999
999
  # @param [String] name
1000
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
1001
- # /insightTypes/[INSIGHT_TYPE_ID]/config
1000
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
1001
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
1002
1002
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1InsightTypeConfig] google_cloud_recommender_v1_insight_type_config_object
1003
1003
  # @param [String] update_mask
1004
1004
  # The list of fields to be updated.
@@ -1204,8 +1204,8 @@ module Google
1204
1204
 
1205
1205
  # Updates a Recommender Config. This will create a new revision of the config.
1206
1206
  # @param [String] name
1207
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
1208
- # recommenders/[RECOMMENDER_ID]/config
1207
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
1208
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
1209
1209
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1RecommenderConfig] google_cloud_recommender_v1_recommender_config_object
1210
1210
  # @param [String] update_mask
1211
1211
  # The list of fields to be updated.
@@ -1528,8 +1528,8 @@ module Google
1528
1528
  # Updates an InsightTypeConfig change. This will create a new revision of the
1529
1529
  # config.
1530
1530
  # @param [String] name
1531
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
1532
- # /insightTypes/[INSIGHT_TYPE_ID]/config
1531
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
1532
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
1533
1533
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1InsightTypeConfig] google_cloud_recommender_v1_insight_type_config_object
1534
1534
  # @param [String] update_mask
1535
1535
  # The list of fields to be updated.
@@ -1735,8 +1735,8 @@ module Google
1735
1735
 
1736
1736
  # Updates a Recommender Config. This will create a new revision of the config.
1737
1737
  # @param [String] name
1738
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
1739
- # recommenders/[RECOMMENDER_ID]/config
1738
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
1739
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
1740
1740
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1RecommenderConfig] google_cloud_recommender_v1_recommender_config_object
1741
1741
  # @param [String] update_mask
1742
1742
  # The list of fields to be updated.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommender_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-05 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1
63
63
  post_install_message:
64
64
  rdoc_options: []