google-apis-recommender_v1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1596d7faf45decd9297f478946f60ec74b4d8b0979d1bc048d173d6ed351743e
4
- data.tar.gz: '0683ddfd0ccaf0b25dd1a870ff708d490db45eb309f74c9e64491fee451ded95'
3
+ metadata.gz: 19fedcf6681debed72bd5cbdd295ed848b27361dbc4a098baf0fd4172c6560b3
4
+ data.tar.gz: 9719e7951c2fa4c0042964a71edb99ad44570b23c64ce9413d068aa349a9b83e
5
5
  SHA512:
6
- metadata.gz: '069610ba8140ceef6b65dfcca5ee714b4d65c20fb6147628950f3dc55ab2b46d1bbf0ea06563db4bd552b2d33716fab4c0aafb251ba283e21f2a400514b9f10f'
7
- data.tar.gz: dca776057036b414259f2fb850e444ef422955c608e1744bfd0117b83c43b7f576c28d3b88a568bb126d77a99c505e4f188509b72c3951638a82af65521feba6
6
+ metadata.gz: 0d86787117f9d14911abfa5ec8dddde0236c8344f9bdc030651ccafe8f38af6be006f03a9a06b998bd75e88b799037eca788e457b9f2d54bb417316a3a731431
7
+ data.tar.gz: 8f4eb1cd3eb64da333ddd2e3f2c9b57b72f41296e0996d89f72b585224148729d8cfdbbf56176a9db358cecb5ba480ffe4b7f83717d361ff08e149b1aaa74f0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.12.0 (2021-08-04)
4
+
5
+ * Regenerated from discovery document revision 20210731
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::RecommenderV1::GoogleCloudRecommenderV1OperationGroup>]
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 RecommenderV1
18
18
  # Version of the google-apis-recommender_v1 gem
19
- GEM_VERSION = "0.8.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.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210522"
25
+ REVISION = "20210731"
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::RecommenderV1::GoogleCloudRecommenderV1OperationGroup, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1OperationGroup::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: 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/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
215
- # RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
216
- # recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
217
- # recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
421
- # INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
422
- # /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
423
- # insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
548
- # RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
549
- # recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
550
- # recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
754
- # INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
755
- # /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
756
- # insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
881
- # RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
882
- # recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
883
- # recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
1087
- # INSIGHT_TYPE_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]
1088
- # /insightTypes/[INSIGHT_TYPE_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
1089
- # insightTypes/[INSIGHT_TYPE_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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: 1. `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
1214
- # RECOMMENDER_ID]` 2. `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/
1215
- # recommenders/[RECOMMENDER_ID]` 3. `folders/[FOLDER_ID]/locations/[LOCATION]/
1216
- # recommenders/[RECOMMENDER_ID]` 4. `organizations/[ORGANIZATION_ID]/locations/[
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-08-09 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.1'
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: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Recommender API V1. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1
57
63
  post_install_message:
58
64
  rdoc_options: []