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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5e5007116ac0134c4f49540b85741ef523a3ad7116b544e80d514ea04bfbee1
4
- data.tar.gz: da14e4454ac17124659a9ff9614221a66c9b5a424cd5bb46903817e434b5e4ac
3
+ metadata.gz: 29208a1a62d03bda99709186f125fb047bc4b28fb081b201af6260f53df8787d
4
+ data.tar.gz: ff50684d1b33454d6b760af74eef5f7f96489316b07e32a22be2f2a6b69cb0ec
5
5
  SHA512:
6
- metadata.gz: 925b99c250d010cb16d82b0601bbede545ba21221d960577395afd386430a0a6fec406e0e0d27ac35ecf5bfe78055e9a4cf4930754063642bf8a3c5a7bb52345
7
- data.tar.gz: 5012a618e87c818aed28e27be23dbcf6336373fcfb661b30a6d44c03d01815a750c8f0f7f0e36ad0e3f41ce485a39773f903617ba4f9c3ff5cc167b85d884018
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.3.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210227"
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
88
- # INSIGHT_TYPE_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
89
- # com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https:/
90
- # /cloud.google.com/recommender/docs/insights/insight-types.)
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
206
- # RECOMMENDER_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
207
- # com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://
208
- # cloud.google.com/recommender/docs/recommenders.
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
405
- # INSIGHT_TYPE_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
406
- # com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https:/
407
- # /cloud.google.com/recommender/docs/insights/insight-types.)
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
523
- # RECOMMENDER_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
524
- # com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://
525
- # cloud.google.com/recommender/docs/recommenders.
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
722
- # INSIGHT_TYPE_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
723
- # com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https:/
724
- # /cloud.google.com/recommender/docs/insights/insight-types.)
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
840
- # RECOMMENDER_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
841
- # com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://
842
- # cloud.google.com/recommender/docs/recommenders.
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[
1039
- # INSIGHT_TYPE_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
1040
- # com/about/locations/ INSIGHT_TYPE_ID refers to supported insight types: https:/
1041
- # /cloud.google.com/recommender/docs/insights/insight-types.)
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. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[
1157
- # RECOMMENDER_ID]", LOCATION here refers to GCP Locations: https://cloud.google.
1158
- # com/about/locations/ RECOMMENDER_ID refers to supported recommenders: https://
1159
- # cloud.google.com/recommender/docs/recommenders.
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.3.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-08 00:00:00.000000000 Z
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.3.0
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: []