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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e05997a6f661bd6b566f53b1955b727312ce6f21b9ea84694984d08872cbe479
|
4
|
+
data.tar.gz: 2f4549e0f66702acc3f51aa6700b88edb81e2d2b40f649cf4e4b8c5d2bcba801
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 891ce59440f48589e26050a663ec0a59c3eda8464a367093ae4981358f517882f1260a6d0f6dad3eb085a71333751a8945ebb2f6070036ba2b5391141fca6f37
|
7
|
+
data.tar.gz: 2e432ebf9343e8c6073dd38ffc1ca410783c90032cc5bb38fe19488743c8e552febb89ef587e221e1eb542a7e2c35d545dfc58a3f4981e8a95bef8e2ef3c6a8d
|
data/CHANGELOG.md
CHANGED
@@ -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.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 = "
|
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.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-
|
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.
|
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: []
|