google-apis-recommender_v1beta1 0.8.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/google/apis/recommender_v1beta1/classes.rb +6 -0
- data/lib/google/apis/recommender_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/recommender_v1beta1/representations.rb +1 -0
- data/lib/google/apis/recommender_v1beta1/service.rb +40 -32
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d0e06fc781e32e46021b724a7fcaae39cc3be469494ab5c4e848ca7204d142b
|
4
|
+
data.tar.gz: 5b0432930bf397040a4a85544a3758ceb37bb2ac9248fccbd72a813d4d8ce1cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b15b11aedc2b714a224d686ab46f0d412605f2690e302f820ff8619e782a1202c60705e25a43fad572f456bfb11f9460c7114ecba8caaa09203127116f7f0b90
|
7
|
+
data.tar.gz: 796183675c1ba88682fcef06901cb121ddf0e3c80a35826e799a1d9f39409740fa49673874e2bb4db61d541b7aa81a6ba1bf4392924309eb4ede5af22ba2d7b1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-recommender_v1beta1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-07-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210709
|
6
|
+
|
7
|
+
### v0.11.0 (2021-06-29)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.4.0
|
10
|
+
|
11
|
+
### v0.10.0 (2021-06-24)
|
12
|
+
|
13
|
+
* Unspecified changes
|
14
|
+
|
15
|
+
### v0.9.0 (2021-06-16)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210613
|
18
|
+
* Regenerated using generator version 0.3.0
|
19
|
+
|
3
20
|
### v0.8.0 (2021-05-26)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210522
|
@@ -594,6 +594,11 @@ module Google
|
|
594
594
|
# @return [Array<Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1OperationGroup>]
|
595
595
|
attr_accessor :operation_groups
|
596
596
|
|
597
|
+
# Condensed overview information about the recommendation.
|
598
|
+
# Corresponds to the JSON property `overview`
|
599
|
+
# @return [Hash<String,Object>]
|
600
|
+
attr_accessor :overview
|
601
|
+
|
597
602
|
def initialize(**args)
|
598
603
|
update!(**args)
|
599
604
|
end
|
@@ -601,6 +606,7 @@ module Google
|
|
601
606
|
# Update properties of this object
|
602
607
|
def update!(**args)
|
603
608
|
@operation_groups = args[:operation_groups] if args.key?(:operation_groups)
|
609
|
+
@overview = args[:overview] if args.key?(:overview)
|
604
610
|
end
|
605
611
|
end
|
606
612
|
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210709"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -300,6 +300,7 @@ module Google
|
|
300
300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
301
301
|
collection :operation_groups, as: 'operationGroups', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1OperationGroup, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1OperationGroup::Representation
|
302
302
|
|
303
|
+
hash :overview, as: 'overview'
|
303
304
|
end
|
304
305
|
end
|
305
306
|
|
@@ -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,29 +1,35 @@
|
|
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.12.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-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Recommender API V1beta1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.12.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|