google-apis-recommender_v1 0.6.0 → 0.11.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: d7734955e85ab3a0ab81b7e4b798554211e4f3faa5be7b29d11cc8218f411611
4
- data.tar.gz: 12e060222999ebc282a187b6da48d45b569038f80b52565e8afaf5b03d74d2aa
3
+ metadata.gz: 27d4cedad104c83516e3daaff6877825cf32d7344b68f8b615e365a99f72a887
4
+ data.tar.gz: 94dae655c0574556b07b8538918f7141d49a59079bc5ddc34f42cf9185763101
5
5
  SHA512:
6
- metadata.gz: c6890ccaa552edddffff58096cded2813f535b748031a365d8d9b22cc9c92cb7ca50216b5239492727f353713c463f589e37e3a6f3b3e33c6b2fb0474446935c
7
- data.tar.gz: afcd640bf46a960deecd650895770dd6e8691162198e1586e0d64c30daa0c2a53d3296be4a05715b9ebf6f2e43c98b5c8dc8f4471d36828b90352609952e65c9
6
+ metadata.gz: 292d4b5dfd478fe22e0b2d6e4992f6f056a899f2f8a7020eac684cfae578501e058b0025cd609b4ed58993a34029f62ca83d00a6627d129e8e5e87e7b7771a32
7
+ data.tar.gz: 0efcc8a18ed2a426f4996dee3a4660e361413dc13964c6177b7b96d8596658f262be37e1b45af3bc064c0e79b86ca47a71d84d1e57094c3a60739918080bd3a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-06-16)
12
+
13
+ * Regenerated from discovery document revision 20210613
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.8.0 (2021-05-26)
17
+
18
+ * Regenerated from discovery document revision 20210522
19
+
20
+ ### v0.7.0 (2021-05-19)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.6.0 (2021-05-13)
4
25
 
5
26
  * Regenerated from discovery document revision 20210510
@@ -381,7 +381,7 @@ module Google
381
381
  class GoogleCloudRecommenderV1Operation
382
382
  include Google::Apis::Core::Hashable
383
383
 
384
- # Type of this operation. Contains one of 'and', 'remove', 'replace', 'move', '
384
+ # Type of this operation. Contains one of 'add', 'remove', 'replace', 'move', '
385
385
  # copy', 'test' and custom operations. This field is case-insensitive and always
386
386
  # populated.
387
387
  # Corresponds to the JSON property `action`
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.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 = "20210510"
25
+ REVISION = "20210613"
26
26
  end
27
27
  end
28
28
  end
@@ -80,14 +80,15 @@ module Google
80
80
  execute_or_queue_command(command, &block)
81
81
  end
82
82
 
83
- # Lists insights for a Cloud project. Requires the recommender.*.list IAM
84
- # permission for the specified insight type.
83
+ # Lists insights for the specified Cloud Resource. Requires the recommender.*.
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/
@@ -207,14 +208,15 @@ module Google
207
208
  execute_or_queue_command(command, &block)
208
209
  end
209
210
 
210
- # Lists recommendations for a Cloud project. Requires the recommender.*.list IAM
211
- # permission for the specified recommender.
211
+ # Lists recommendations for the specified Cloud Resource. Requires the
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.
@@ -413,14 +415,15 @@ module Google
413
415
  execute_or_queue_command(command, &block)
414
416
  end
415
417
 
416
- # Lists insights for a Cloud project. Requires the recommender.*.list IAM
417
- # permission for the specified insight type.
418
+ # Lists insights for the specified Cloud Resource. Requires the recommender.*.
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/
@@ -540,14 +543,15 @@ module Google
540
543
  execute_or_queue_command(command, &block)
541
544
  end
542
545
 
543
- # Lists recommendations for a Cloud project. Requires the recommender.*.list IAM
544
- # permission for the specified recommender.
546
+ # Lists recommendations for the specified Cloud Resource. Requires the
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.
@@ -746,14 +750,15 @@ module Google
746
750
  execute_or_queue_command(command, &block)
747
751
  end
748
752
 
749
- # Lists insights for a Cloud project. Requires the recommender.*.list IAM
750
- # permission for the specified insight type.
753
+ # Lists insights for the specified Cloud Resource. Requires the recommender.*.
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/
@@ -873,14 +878,15 @@ module Google
873
878
  execute_or_queue_command(command, &block)
874
879
  end
875
880
 
876
- # Lists recommendations for a Cloud project. Requires the recommender.*.list IAM
877
- # permission for the specified recommender.
881
+ # Lists recommendations for the specified Cloud Resource. Requires the
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.
@@ -1079,14 +1085,15 @@ module Google
1079
1085
  execute_or_queue_command(command, &block)
1080
1086
  end
1081
1087
 
1082
- # Lists insights for a Cloud project. Requires the recommender.*.list IAM
1083
- # permission for the specified insight type.
1088
+ # Lists insights for the specified Cloud Resource. Requires the recommender.*.
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/
@@ -1206,14 +1213,15 @@ module Google
1206
1213
  execute_or_queue_command(command, &block)
1207
1214
  end
1208
1215
 
1209
- # Lists recommendations for a Cloud project. Requires the recommender.*.list IAM
1210
- # permission for the specified recommender.
1216
+ # Lists recommendations for the specified Cloud Resource. Requires the
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.6.0
4
+ version: 0.11.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-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.11.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: []