google-apis-recommender_v1beta1 0.3.0 → 0.4.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: 3f2a1b4dfbca27f0d336cb9ac68dabb1aef7bbe481f24a4890bbd6a42b9ce10c
4
- data.tar.gz: b6c2b82186670b1933d1962ec00b77d7942aabebd55fdbf416547489b77f6847
3
+ metadata.gz: da0ce1c388694c3da1fa1cec9eef225b68134d22702735ee15d92c73d9d89b59
4
+ data.tar.gz: 2c318706298bba0ca9baccbeecfd0da492e62bdb41ce1c0e0078912795d3dccf
5
5
  SHA512:
6
- metadata.gz: 33eea0e142bf46f32c75e39375d0bc66330accc20223a9ce189b73f9b5dbf258e588c5bc26d6f57f4dfbfaad440ea099f85697b5aa8074bf257983b0a6171da9
7
- data.tar.gz: 2b54231058fe69759a0fdd4ee0ac91eb1ed9bc454222584e72e94127f8dd30c2a384bcaf3ec095feaeff3b766f317148c0d12c2ba4594d599bb671da72e03e16
6
+ metadata.gz: f8f5a5b11c6b8434a6754b331017c655d60d4f94e8e1472391a2cfc47e09f777d4296fc76f11ecd46518c5e429b04cb6e5838965b18f777041979a55b7a48059
7
+ data.tar.gz: 2d11b91d056a6235c8f625f4c4bc97ad9e5e0446db1d29c0a6f5334aca1afa6e056d0f0709f3f1cd8beaef11edd0af86cf33aa483adaa1599347d4ad8b62364f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-recommender_v1beta1
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 RecommenderV1beta1
18
18
  # Version of the google-apis-recommender_v1beta1 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_v1beta1
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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []