google-apis-recommender_v1 0.28.0 → 0.30.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: 2bcd172181ae40a836669ab344b9bc10dedb45f44e8031851954b732c0f4cda1
4
- data.tar.gz: 7d23d74433d15641e6a01cf115727362d2f96731fe450055356813e267abeda0
3
+ metadata.gz: 59f32bb058dc16a82e252e9e2f590971f6694746a087d0aacb37ae1fc4fb8347
4
+ data.tar.gz: 4f0b39dfb4805ec19374193afd0a46b0a1edc5e72f34c4dd477d7b93282ef9fd
5
5
  SHA512:
6
- metadata.gz: ee6260b1a8980ad0295994f0797beb7a5e6f5c8c9526a98695edb3bbb2da55cb5ef65437a718a2b75ac0532659b30553236f8215d39138a8ccc46ca2c440c2f7
7
- data.tar.gz: 69aacb98ac0f5e5ee3b9ba2b37bc81120a2d9f982bff6f81cb40164afe43bb6de41b1ddf220a612fa0924431d13b4823b5386ab508904d05cca89586165aea25
6
+ metadata.gz: c23385697db6e64b6a65869ab9921040f82e77070a40c84d5c138f65a9fc9751eda0e09c49983c9aa983d7819aabc97f4722f78670ad0e70ef132ab27533a59d
7
+ data.tar.gz: 6a3a165b737b6f5c34004171390e5f637e31788f238aec94f21375fe939504253c93a6ba8f627e757194a252800f7d7f586579a548e20d4b82d5988153764f17
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.30.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231112
6
+
7
+ ### v0.29.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230910
10
+
3
11
  ### v0.28.0 (2023-02-26)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230108"
25
+ REVISION = "20231112"
26
26
  end
27
27
  end
28
28
  end
@@ -173,12 +173,14 @@ module Google
173
173
  # insight-types.
174
174
  # @param [String] filter
175
175
  # Optional. Filter expression to restrict the insights returned. Supported
176
- # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: *
177
- # `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype =
178
- # PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.
179
- # state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These
180
- # expressions are based on the filter language described at https://google.aip.
181
- # dev/160)
176
+ # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
177
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
178
+ # DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
179
+ # severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
180
+ # zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
181
+ # severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
182
+ # characters. (These expressions are based on the filter language described at
183
+ # https://google.aip.dev/160)
182
184
  # @param [Fixnum] page_size
183
185
  # Optional. The maximum number of results to return from this request. Non-
184
186
  # positive values are ignored. If not specified, the server will determine the
@@ -377,12 +379,14 @@ module Google
377
379
  # recommenders: https://cloud.google.com/recommender/docs/recommenders.
378
380
  # @param [String] filter
379
381
  # Filter expression to restrict the recommendations returned. Supported filter
380
- # fields: * `state_info.state` * `recommenderSubtype` * `priority` Examples: * `
381
- # stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `recommenderSubtype
382
- # = REMOVE_ROLE OR recommenderSubtype = REPLACE_ROLE` * `priority = P1 OR
383
- # priority = P2` * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)
384
- # ` (These expressions are based on the filter language described at https://
385
- # google.aip.dev/160)
382
+ # fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
383
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
384
+ # DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
385
+ # REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
386
+ # compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
387
+ # * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
388
+ # allowed filter length is 500 characters. (These expressions are based on the
389
+ # filter language described at https://google.aip.dev/160)
386
390
  # @param [Fixnum] page_size
387
391
  # Optional. The maximum number of results to return from this request. Non-
388
392
  # positive values are ignored. If not specified, the server will determine the
@@ -467,7 +471,7 @@ module Google
467
471
  # recommendations in ACTIVE state. Requires the recommender.*.update IAM
468
472
  # permission for the specified recommender.
469
473
  # @param [String] name
470
- # Name of the recommendation.
474
+ # Required. Name of the recommendation.
471
475
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1MarkRecommendationDismissedRequest] google_cloud_recommender_v1_mark_recommendation_dismissed_request_object
472
476
  # @param [String] fields
473
477
  # Selector specifying which fields to include in a partial response.
@@ -622,12 +626,14 @@ module Google
622
626
  # insight-types.
623
627
  # @param [String] filter
624
628
  # Optional. Filter expression to restrict the insights returned. Supported
625
- # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: *
626
- # `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype =
627
- # PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.
628
- # state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These
629
- # expressions are based on the filter language described at https://google.aip.
630
- # dev/160)
629
+ # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
630
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
631
+ # DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
632
+ # severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
633
+ # zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
634
+ # severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
635
+ # characters. (These expressions are based on the filter language described at
636
+ # https://google.aip.dev/160)
631
637
  # @param [Fixnum] page_size
632
638
  # Optional. The maximum number of results to return from this request. Non-
633
639
  # positive values are ignored. If not specified, the server will determine the
@@ -749,12 +755,14 @@ module Google
749
755
  # recommenders: https://cloud.google.com/recommender/docs/recommenders.
750
756
  # @param [String] filter
751
757
  # Filter expression to restrict the recommendations returned. Supported filter
752
- # fields: * `state_info.state` * `recommenderSubtype` * `priority` Examples: * `
753
- # stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `recommenderSubtype
754
- # = REMOVE_ROLE OR recommenderSubtype = REPLACE_ROLE` * `priority = P1 OR
755
- # priority = P2` * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)
756
- # ` (These expressions are based on the filter language described at https://
757
- # google.aip.dev/160)
758
+ # fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
759
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
760
+ # DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
761
+ # REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
762
+ # compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
763
+ # * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
764
+ # allowed filter length is 500 characters. (These expressions are based on the
765
+ # filter language described at https://google.aip.dev/160)
758
766
  # @param [Fixnum] page_size
759
767
  # Optional. The maximum number of results to return from this request. Non-
760
768
  # positive values are ignored. If not specified, the server will determine the
@@ -839,7 +847,7 @@ module Google
839
847
  # recommendations in ACTIVE state. Requires the recommender.*.update IAM
840
848
  # permission for the specified recommender.
841
849
  # @param [String] name
842
- # Name of the recommendation.
850
+ # Required. Name of the recommendation.
843
851
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1MarkRecommendationDismissedRequest] google_cloud_recommender_v1_mark_recommendation_dismissed_request_object
844
852
  # @param [String] fields
845
853
  # Selector specifying which fields to include in a partial response.
@@ -1072,12 +1080,14 @@ module Google
1072
1080
  # insight-types.
1073
1081
  # @param [String] filter
1074
1082
  # Optional. Filter expression to restrict the insights returned. Supported
1075
- # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: *
1076
- # `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype =
1077
- # PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.
1078
- # state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These
1079
- # expressions are based on the filter language described at https://google.aip.
1080
- # dev/160)
1083
+ # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
1084
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
1085
+ # DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
1086
+ # severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
1087
+ # zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
1088
+ # severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
1089
+ # characters. (These expressions are based on the filter language described at
1090
+ # https://google.aip.dev/160)
1081
1091
  # @param [Fixnum] page_size
1082
1092
  # Optional. The maximum number of results to return from this request. Non-
1083
1093
  # positive values are ignored. If not specified, the server will determine the
@@ -1276,12 +1286,14 @@ module Google
1276
1286
  # recommenders: https://cloud.google.com/recommender/docs/recommenders.
1277
1287
  # @param [String] filter
1278
1288
  # Filter expression to restrict the recommendations returned. Supported filter
1279
- # fields: * `state_info.state` * `recommenderSubtype` * `priority` Examples: * `
1280
- # stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `recommenderSubtype
1281
- # = REMOVE_ROLE OR recommenderSubtype = REPLACE_ROLE` * `priority = P1 OR
1282
- # priority = P2` * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)
1283
- # ` (These expressions are based on the filter language described at https://
1284
- # google.aip.dev/160)
1289
+ # fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
1290
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
1291
+ # DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
1292
+ # REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
1293
+ # compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
1294
+ # * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
1295
+ # allowed filter length is 500 characters. (These expressions are based on the
1296
+ # filter language described at https://google.aip.dev/160)
1285
1297
  # @param [Fixnum] page_size
1286
1298
  # Optional. The maximum number of results to return from this request. Non-
1287
1299
  # positive values are ignored. If not specified, the server will determine the
@@ -1366,7 +1378,7 @@ module Google
1366
1378
  # recommendations in ACTIVE state. Requires the recommender.*.update IAM
1367
1379
  # permission for the specified recommender.
1368
1380
  # @param [String] name
1369
- # Name of the recommendation.
1381
+ # Required. Name of the recommendation.
1370
1382
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1MarkRecommendationDismissedRequest] google_cloud_recommender_v1_mark_recommendation_dismissed_request_object
1371
1383
  # @param [String] fields
1372
1384
  # Selector specifying which fields to include in a partial response.
@@ -1599,12 +1611,14 @@ module Google
1599
1611
  # insight-types.
1600
1612
  # @param [String] filter
1601
1613
  # Optional. Filter expression to restrict the insights returned. Supported
1602
- # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` Examples: *
1603
- # `stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `insightSubtype =
1604
- # PERMISSIONS_USAGE` * `severity = CRITICAL OR severity = HIGH` * `stateInfo.
1605
- # state = ACTIVE AND (severity = CRITICAL OR severity = HIGH)` (These
1606
- # expressions are based on the filter language described at https://google.aip.
1607
- # dev/160)
1614
+ # filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
1615
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
1616
+ # DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
1617
+ # severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
1618
+ # zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
1619
+ # severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
1620
+ # characters. (These expressions are based on the filter language described at
1621
+ # https://google.aip.dev/160)
1608
1622
  # @param [Fixnum] page_size
1609
1623
  # Optional. The maximum number of results to return from this request. Non-
1610
1624
  # positive values are ignored. If not specified, the server will determine the
@@ -1803,12 +1817,14 @@ module Google
1803
1817
  # recommenders: https://cloud.google.com/recommender/docs/recommenders.
1804
1818
  # @param [String] filter
1805
1819
  # Filter expression to restrict the recommendations returned. Supported filter
1806
- # fields: * `state_info.state` * `recommenderSubtype` * `priority` Examples: * `
1807
- # stateInfo.state = ACTIVE OR stateInfo.state = DISMISSED` * `recommenderSubtype
1808
- # = REMOVE_ROLE OR recommenderSubtype = REPLACE_ROLE` * `priority = P1 OR
1809
- # priority = P2` * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)
1810
- # ` (These expressions are based on the filter language described at https://
1811
- # google.aip.dev/160)
1820
+ # fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
1821
+ # targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
1822
+ # DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
1823
+ # REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
1824
+ # compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
1825
+ # * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
1826
+ # allowed filter length is 500 characters. (These expressions are based on the
1827
+ # filter language described at https://google.aip.dev/160)
1812
1828
  # @param [Fixnum] page_size
1813
1829
  # Optional. The maximum number of results to return from this request. Non-
1814
1830
  # positive values are ignored. If not specified, the server will determine the
@@ -1893,7 +1909,7 @@ module Google
1893
1909
  # recommendations in ACTIVE state. Requires the recommender.*.update IAM
1894
1910
  # permission for the specified recommender.
1895
1911
  # @param [String] name
1896
- # Name of the recommendation.
1912
+ # Required. Name of the recommendation.
1897
1913
  # @param [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1MarkRecommendationDismissedRequest] google_cloud_recommender_v1_mark_recommendation_dismissed_request_object
1898
1914
  # @param [String] fields
1899
1915
  # Selector specifying which fields to include in a partial response.
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.28.0
4
+ version: 0.30.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Recommender API V1