google-apis-recommender_v1 0.8.0 → 0.9.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 +40 -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: ba006491641029c9de4e391f725c81f7a7fbbe05d53832a2b3fc95ead0582865
|
|
4
|
+
data.tar.gz: 39b9dee56f21157ee7f57b4f6814edc388e2dae233bb2346ed0712d2eb724a1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3e1f43939e6d10dad16fc36af87b0afc42382ff1cf36949f08221efb6deec171570a2c466391839d0af0132978d3a8316f9546fbb1ac1c81db747a138214f9a
|
|
7
|
+
data.tar.gz: 2831d7af5cea76ce36908efcbfbbf15d4b12b30830a32ceb99f9263551eaded5a5b2a9cf78795d5c5ea0a356840a6c54c80a523db005742a89d0f3000a8ae446
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-recommender_v1
|
|
2
2
|
|
|
3
|
+
### v0.9.0 (2021-06-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210613
|
|
6
|
+
* Regenerated using generator version 0.3.0
|
|
7
|
+
|
|
3
8
|
### v0.8.0 (2021-05-26)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210522
|
|
@@ -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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210613"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -84,10 +84,11 @@ module Google
|
|
|
84
84
|
# list IAM 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:
|
|
88
|
-
# INSIGHT_TYPE_ID]`
|
|
89
|
-
#
|
|
90
|
-
# insightTypes/[INSIGHT_TYPE_ID]`
|
|
87
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
|
88
|
+
# INSIGHT_TYPE_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[
|
|
89
|
+
# INSIGHT_TYPE_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
90
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
91
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
91
92
|
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
|
92
93
|
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
|
93
94
|
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
|
@@ -211,10 +212,11 @@ module Google
|
|
|
211
212
|
# recommender.*.list IAM permission for the specified recommender.
|
|
212
213
|
# @param [String] parent
|
|
213
214
|
# Required. The container resource on which to execute the request. Acceptable
|
|
214
|
-
# formats:
|
|
215
|
-
# RECOMMENDER_ID]`
|
|
216
|
-
#
|
|
217
|
-
# recommenders/[RECOMMENDER_ID]`
|
|
215
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
|
216
|
+
# RECOMMENDER_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
|
|
217
|
+
# RECOMMENDER_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
218
|
+
# recommenders/[RECOMMENDER_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
219
|
+
# recommenders/[RECOMMENDER_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
218
220
|
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
|
219
221
|
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
|
220
222
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
|
@@ -417,10 +419,11 @@ module Google
|
|
|
417
419
|
# list IAM permission for the specified insight type.
|
|
418
420
|
# @param [String] parent
|
|
419
421
|
# Required. The container resource on which to execute the request. Acceptable
|
|
420
|
-
# formats:
|
|
421
|
-
# INSIGHT_TYPE_ID]`
|
|
422
|
-
#
|
|
423
|
-
# insightTypes/[INSIGHT_TYPE_ID]`
|
|
422
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
|
423
|
+
# INSIGHT_TYPE_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[
|
|
424
|
+
# INSIGHT_TYPE_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
425
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
426
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
424
427
|
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
|
425
428
|
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
|
426
429
|
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
|
@@ -544,10 +547,11 @@ module Google
|
|
|
544
547
|
# recommender.*.list IAM permission for the specified recommender.
|
|
545
548
|
# @param [String] parent
|
|
546
549
|
# Required. The container resource on which to execute the request. Acceptable
|
|
547
|
-
# formats:
|
|
548
|
-
# RECOMMENDER_ID]`
|
|
549
|
-
#
|
|
550
|
-
# recommenders/[RECOMMENDER_ID]`
|
|
550
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
|
551
|
+
# RECOMMENDER_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
|
|
552
|
+
# RECOMMENDER_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
553
|
+
# recommenders/[RECOMMENDER_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
554
|
+
# recommenders/[RECOMMENDER_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
551
555
|
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
|
552
556
|
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
|
553
557
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
|
@@ -750,10 +754,11 @@ module Google
|
|
|
750
754
|
# list IAM permission for the specified insight type.
|
|
751
755
|
# @param [String] parent
|
|
752
756
|
# Required. The container resource on which to execute the request. Acceptable
|
|
753
|
-
# formats:
|
|
754
|
-
# INSIGHT_TYPE_ID]`
|
|
755
|
-
#
|
|
756
|
-
# insightTypes/[INSIGHT_TYPE_ID]`
|
|
757
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
|
758
|
+
# INSIGHT_TYPE_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[
|
|
759
|
+
# INSIGHT_TYPE_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
760
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
761
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
757
762
|
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
|
758
763
|
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
|
759
764
|
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
|
@@ -877,10 +882,11 @@ module Google
|
|
|
877
882
|
# recommender.*.list IAM permission for the specified recommender.
|
|
878
883
|
# @param [String] parent
|
|
879
884
|
# Required. The container resource on which to execute the request. Acceptable
|
|
880
|
-
# formats:
|
|
881
|
-
# RECOMMENDER_ID]`
|
|
882
|
-
#
|
|
883
|
-
# recommenders/[RECOMMENDER_ID]`
|
|
885
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
|
886
|
+
# RECOMMENDER_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
|
|
887
|
+
# RECOMMENDER_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
888
|
+
# recommenders/[RECOMMENDER_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
889
|
+
# recommenders/[RECOMMENDER_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
884
890
|
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
|
885
891
|
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
|
886
892
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
|
@@ -1083,10 +1089,11 @@ module Google
|
|
|
1083
1089
|
# list IAM permission for the specified insight type.
|
|
1084
1090
|
# @param [String] parent
|
|
1085
1091
|
# Required. The container resource on which to execute the request. Acceptable
|
|
1086
|
-
# formats:
|
|
1087
|
-
# INSIGHT_TYPE_ID]`
|
|
1088
|
-
#
|
|
1089
|
-
# insightTypes/[INSIGHT_TYPE_ID]`
|
|
1092
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
|
|
1093
|
+
# INSIGHT_TYPE_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[
|
|
1094
|
+
# INSIGHT_TYPE_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
1095
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
1096
|
+
# insightTypes/[INSIGHT_TYPE_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
1090
1097
|
# LOCATION]/insightTypes/[INSIGHT_TYPE_ID]` LOCATION here refers to GCP
|
|
1091
1098
|
# Locations: https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to
|
|
1092
1099
|
# supported insight types: https://cloud.google.com/recommender/docs/insights/
|
|
@@ -1210,10 +1217,11 @@ module Google
|
|
|
1210
1217
|
# recommender.*.list IAM permission for the specified recommender.
|
|
1211
1218
|
# @param [String] parent
|
|
1212
1219
|
# Required. The container resource on which to execute the request. Acceptable
|
|
1213
|
-
# formats:
|
|
1214
|
-
# RECOMMENDER_ID]`
|
|
1215
|
-
#
|
|
1216
|
-
# recommenders/[RECOMMENDER_ID]`
|
|
1220
|
+
# formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
|
|
1221
|
+
# RECOMMENDER_ID]` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[
|
|
1222
|
+
# RECOMMENDER_ID]` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
|
|
1223
|
+
# recommenders/[RECOMMENDER_ID]` * `folders/[FOLDER_ID]/locations/[LOCATION]/
|
|
1224
|
+
# recommenders/[RECOMMENDER_ID]` * `organizations/[ORGANIZATION_ID]/locations/[
|
|
1217
1225
|
# LOCATION]/recommenders/[RECOMMENDER_ID]` LOCATION here refers to GCP Locations:
|
|
1218
1226
|
# https://cloud.google.com/about/locations/ RECOMMENDER_ID refers to supported
|
|
1219
1227
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
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.9.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-06-21 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.9.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: []
|