google-apis-recommender_v1 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/recommender_v1/gem_version.rb +3 -3
- data/lib/google/apis/recommender_v1/service.rb +60 -32
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29208a1a62d03bda99709186f125fb047bc4b28fb081b201af6260f53df8787d
|
4
|
+
data.tar.gz: ff50684d1b33454d6b760af74eef5f7f96489316b07e32a22be2f2a6b69cb0ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aff8e824d11796903520a5f10fe3381e93db391f069bf047e9869a8b76726be880a8faf683a8d83e741390ef9f21a7fb53707150fed58b5c4ed46f888be3fd8
|
7
|
+
data.tar.gz: 34d26dddbeac2acec0dfbf747d0bd97f5613b5ae4c2fd65a41e1b10752ea36c41b22361288ae317ab0e2f8c83859750b44b918966273a5708eff53418354ffe2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-recommender_v1
|
2
2
|
|
3
|
+
### v0.4.0 (2021-03-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210307
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.3.0 (2021-03-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210227
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -84,10 +84,14 @@ module Google
|
|
84
84
|
# permission for the specified insight type.
|
85
85
|
# @param [String] parent
|
86
86
|
# Required. The container resource on which to execute the request. Acceptable
|
87
|
-
# formats: 1.
|
88
|
-
# INSIGHT_TYPE_ID]
|
89
|
-
#
|
90
|
-
# /
|
87
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
88
|
+
# INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
|
89
|
+
# /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
90
|
+
# insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
91
|
+
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
92
|
+
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
93
|
+
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
94
|
+
# insight-types.)
|
91
95
|
# @param [String] filter
|
92
96
|
# Optional. Filter expression to restrict the insights returned. Supported
|
93
97
|
# filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
|
@@ -202,10 +206,13 @@ module Google
|
|
202
206
|
# permission for the specified recommender.
|
203
207
|
# @param [String] parent
|
204
208
|
# Required. The container resource on which to execute the request. Acceptable
|
205
|
-
# formats: 1.
|
206
|
-
# RECOMMENDER_ID]
|
207
|
-
#
|
208
|
-
#
|
209
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
210
|
+
# RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
211
|
+
# recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
212
|
+
# recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
213
|
+
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
214
|
+
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
215
|
+
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
209
216
|
# @param [String] filter
|
210
217
|
# Filter expression to restrict the recommendations returned. Supported filter
|
211
218
|
# fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:
|
@@ -401,10 +408,14 @@ module Google
|
|
401
408
|
# permission for the specified insight type.
|
402
409
|
# @param [String] parent
|
403
410
|
# Required. The container resource on which to execute the request. Acceptable
|
404
|
-
# formats: 1.
|
405
|
-
# INSIGHT_TYPE_ID]
|
406
|
-
#
|
407
|
-
# /
|
411
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
412
|
+
# INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
|
413
|
+
# /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
414
|
+
# insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
415
|
+
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
416
|
+
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
417
|
+
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
418
|
+
# insight-types.)
|
408
419
|
# @param [String] filter
|
409
420
|
# Optional. Filter expression to restrict the insights returned. Supported
|
410
421
|
# filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
|
@@ -519,10 +530,13 @@ module Google
|
|
519
530
|
# permission for the specified recommender.
|
520
531
|
# @param [String] parent
|
521
532
|
# Required. The container resource on which to execute the request. Acceptable
|
522
|
-
# formats: 1.
|
523
|
-
# RECOMMENDER_ID]
|
524
|
-
#
|
525
|
-
#
|
533
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
534
|
+
# RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
535
|
+
# recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
536
|
+
# recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
537
|
+
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
538
|
+
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
539
|
+
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
526
540
|
# @param [String] filter
|
527
541
|
# Filter expression to restrict the recommendations returned. Supported filter
|
528
542
|
# fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:
|
@@ -718,10 +732,14 @@ module Google
|
|
718
732
|
# permission for the specified insight type.
|
719
733
|
# @param [String] parent
|
720
734
|
# Required. The container resource on which to execute the request. Acceptable
|
721
|
-
# formats: 1.
|
722
|
-
# INSIGHT_TYPE_ID]
|
723
|
-
#
|
724
|
-
# /
|
735
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
736
|
+
# INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
|
737
|
+
# /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
738
|
+
# insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
739
|
+
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
740
|
+
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
741
|
+
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
742
|
+
# insight-types.)
|
725
743
|
# @param [String] filter
|
726
744
|
# Optional. Filter expression to restrict the insights returned. Supported
|
727
745
|
# filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
|
@@ -836,10 +854,13 @@ module Google
|
|
836
854
|
# permission for the specified recommender.
|
837
855
|
# @param [String] parent
|
838
856
|
# Required. The container resource on which to execute the request. Acceptable
|
839
|
-
# formats: 1.
|
840
|
-
# RECOMMENDER_ID]
|
841
|
-
#
|
842
|
-
#
|
857
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
858
|
+
# RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
859
|
+
# recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
860
|
+
# recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
861
|
+
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
862
|
+
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
863
|
+
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
843
864
|
# @param [String] filter
|
844
865
|
# Filter expression to restrict the recommendations returned. Supported filter
|
845
866
|
# fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:
|
@@ -1035,10 +1056,14 @@ module Google
|
|
1035
1056
|
# permission for the specified insight type.
|
1036
1057
|
# @param [String] parent
|
1037
1058
|
# Required. The container resource on which to execute the request. Acceptable
|
1038
|
-
# formats: 1.
|
1039
|
-
# INSIGHT_TYPE_ID]
|
1040
|
-
#
|
1041
|
-
# /
|
1059
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
1060
|
+
# INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
|
1061
|
+
# /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
1062
|
+
# insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
1063
|
+
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
1064
|
+
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
1065
|
+
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
1066
|
+
# insight-types.)
|
1042
1067
|
# @param [String] filter
|
1043
1068
|
# Optional. Filter expression to restrict the insights returned. Supported
|
1044
1069
|
# filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE"
|
@@ -1153,10 +1178,13 @@ module Google
|
|
1153
1178
|
# permission for the specified recommender.
|
1154
1179
|
# @param [String] parent
|
1155
1180
|
# Required. The container resource on which to execute the request. Acceptable
|
1156
|
-
# formats: 1.
|
1157
|
-
# RECOMMENDER_ID]
|
1158
|
-
#
|
1159
|
-
#
|
1181
|
+
# formats: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
1182
|
+
# RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
1183
|
+
# recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
|
1184
|
+
# recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
|
1185
|
+
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
1186
|
+
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
1187
|
+
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
1160
1188
|
# @param [String] filter
|
1161
1189
|
# Filter expression to restrict the recommendations returned. Supported filter
|
1162
1190
|
# fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:
|
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.
|
4
|
+
version: 0.4.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-03-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|