google-apis-recommender_v1beta1 0.39.0 → 0.40.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: 71e0ab2a709c9cab61c7415316f952edce00b7d23f3366b1b8fa3db425e9d018
4
- data.tar.gz: 94086c16458b415610c208870ecb856b5d537c4f3224cf19f65905904c6d4049
3
+ metadata.gz: e05997a6f661bd6b566f53b1955b727312ce6f21b9ea84694984d08872cbe479
4
+ data.tar.gz: 2f4549e0f66702acc3f51aa6700b88edb81e2d2b40f649cf4e4b8c5d2bcba801
5
5
  SHA512:
6
- metadata.gz: 90339d9a367077833f45d9ec20018524a8720cce72064b4e66a9ab97bcc76eba0ff2eb697fae802c760d74d11878749c4ed6b86606b753d15deeda2a6e28d753
7
- data.tar.gz: 9c5be548b0269d352bc6ba42d8c0dfedb7f6e157bc69e433a5658f5632f343c2913050a14ec2e0a5635a8235d427a604c6974220e9a48fa0c3956ba0643d1c8d
6
+ metadata.gz: 891ce59440f48589e26050a663ec0a59c3eda8464a367093ae4981358f517882f1260a6d0f6dad3eb085a71333751a8945ebb2f6070036ba2b5391141fca6f37
7
+ data.tar.gz: 2e432ebf9343e8c6073dd38ffc1ca410783c90032cc5bb38fe19488743c8e552febb89ef587e221e1eb542a7e2c35d545dfc58a3f4981e8a95bef8e2ef3c6a8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommender_v1beta1
2
2
 
3
+ ### v0.40.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240428
6
+
3
7
  ### v0.39.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240414
@@ -362,8 +362,8 @@ module Google
362
362
  # @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig]
363
363
  attr_accessor :insight_type_generation_config
364
364
 
365
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
366
- # /insightTypes/[INSIGHT_TYPE_ID]/config
365
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
366
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
367
367
  # Corresponds to the JSON property `name`
368
368
  # @return [String]
369
369
  attr_accessor :name
@@ -971,8 +971,8 @@ module Google
971
971
  # @return [String]
972
972
  attr_accessor :etag
973
973
 
974
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
975
- # recommenders/[RECOMMENDER_ID]/config
974
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
975
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
976
976
  # Corresponds to the JSON property `name`
977
977
  # @return [String]
978
978
  attr_accessor :name
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.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
@@ -133,8 +133,8 @@ module Google
133
133
  # Updates an InsightTypeConfig change. This will create a new revision of the
134
134
  # config.
135
135
  # @param [String] name
136
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
137
- # /insightTypes/[INSIGHT_TYPE_ID]/config
136
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
137
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
138
138
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeConfig] google_cloud_recommender_v1beta1_insight_type_config_object
139
139
  # @param [String] update_mask
140
140
  # The list of fields to be updated.
@@ -340,8 +340,8 @@ module Google
340
340
 
341
341
  # Updates a Recommender Config. This will create a new revision of the config.
342
342
  # @param [String] name
343
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
344
- # recommenders/[RECOMMENDER_ID]/config
343
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
344
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
345
345
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommenderConfig] google_cloud_recommender_v1beta1_recommender_config_object
346
346
  # @param [String] update_mask
347
347
  # The list of fields to be updated.
@@ -1161,8 +1161,8 @@ module Google
1161
1161
  # Updates an InsightTypeConfig change. This will create a new revision of the
1162
1162
  # config.
1163
1163
  # @param [String] name
1164
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
1165
- # /insightTypes/[INSIGHT_TYPE_ID]/config
1164
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
1165
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
1166
1166
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeConfig] google_cloud_recommender_v1beta1_insight_type_config_object
1167
1167
  # @param [String] update_mask
1168
1168
  # The list of fields to be updated.
@@ -1368,8 +1368,8 @@ module Google
1368
1368
 
1369
1369
  # Updates a Recommender Config. This will create a new revision of the config.
1370
1370
  # @param [String] name
1371
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
1372
- # recommenders/[RECOMMENDER_ID]/config
1371
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
1372
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
1373
1373
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommenderConfig] google_cloud_recommender_v1beta1_recommender_config_object
1374
1374
  # @param [String] update_mask
1375
1375
  # The list of fields to be updated.
@@ -1735,8 +1735,8 @@ module Google
1735
1735
  # Updates an InsightTypeConfig change. This will create a new revision of the
1736
1736
  # config.
1737
1737
  # @param [String] name
1738
- # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]
1739
- # /insightTypes/[INSIGHT_TYPE_ID]/config
1738
+ # Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/
1739
+ # locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
1740
1740
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeConfig] google_cloud_recommender_v1beta1_insight_type_config_object
1741
1741
  # @param [String] update_mask
1742
1742
  # The list of fields to be updated.
@@ -1942,8 +1942,8 @@ module Google
1942
1942
 
1943
1943
  # Updates a Recommender Config. This will create a new revision of the config.
1944
1944
  # @param [String] name
1945
- # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/
1946
- # recommenders/[RECOMMENDER_ID]/config
1945
+ # Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/
1946
+ # locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
1947
1947
  # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommenderConfig] google_cloud_recommender_v1beta1_recommender_config_object
1948
1948
  # @param [String] update_mask
1949
1949
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.40.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: []