google-apis-recommender_v1beta1 0.39.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d1e4e486abcd06f17fbc0a93c54e6ec277adf51062350433f2d2f08bfe7521c
|
4
|
+
data.tar.gz: 8d02c325389ecbc9e6df98b8563a62c536c0474cbf8632b2e0558fa7169bc5c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ce0ba216123257084fb0c13c02e5c8d408a85be20b3bc826ed1b7972e5eb485ec002d8dd0027d078d7d80a4f705bae927e11345933385d8aab50231aaca67f4
|
7
|
+
data.tar.gz: 4c45d08ba8e3128142e1b164faac3e244b3431daae629ea9b940f959248527a89b98dbeaa54294b8829273275393053a2ca00e4bec00e987a561ee0abb9ac64a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-recommender_v1beta1
|
2
2
|
|
3
|
+
### v0.41.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.40.0 (2024-05-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240428
|
10
|
+
|
3
11
|
### v0.39.0 (2024-04-21)
|
4
12
|
|
5
13
|
* 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]/
|
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]/
|
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.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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]/
|
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]/
|
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]/
|
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]/
|
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]/
|
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]/
|
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.
|
4
|
+
version: 0.41.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-
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.41.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: []
|