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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 333f0696d0cff3898e7169f34a93512819064fe05dfe4311c5d5bcff789fca9f
|
4
|
+
data.tar.gz: 1d680d5ac34e931a96a6b6a3b2e846bd6d53be28f17ee6b170f28e02e156f414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d5e618c087eabe32e2f1f31f4452589865d7f4b54ea2968d9970322dd08df28839bed90db78223b3696ee2211056a726a1aa31ddf59ce8891d9bba4821af97d
|
7
|
+
data.tar.gz: 30547665c6fc46c34e6fddfba507a7e615714fd11c1f5ae4c0dad658c7a1246e7722b0f57273ce12a98d3c52b9ac26ac4219bf2eccd9ec77c88adb458c69e561
|
data/CHANGELOG.md
CHANGED
@@ -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.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 = "
|
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/
|
972
|
-
# config` * `projects/[PROJECT_ID]/locations/
|
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/
|
1417
|
-
# config` * `projects/[PROJECT_ID]/locations/
|
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.
|
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
|
+
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.
|
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: []
|