google-apis-recommender_v1beta1 0.32.0 → 0.34.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66711c0a6fed15e8c28216a40c41c3ddc5edaa130abe21f820e4c32a6fae809c
|
4
|
+
data.tar.gz: c83ac14ea318189c9ba7f86be0e0ad399b37cba00d8d2d8c6c4033ac2f986f1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cf71e72a6b1ff3b648ea1c8c94cce6b1e9b4cab7f258b909136576c541c0347221149405f385434dbbda5bb1593f806c9fc7aab237b3328ef1c1e1da62280d7
|
7
|
+
data.tar.gz: a90261b8105b4ab5f16df1ed6ec61e887eb1faef4e179772291ad31d903c219ee11f7b322f0113b74d8c4dc7eda55c0def1ae51682790774ac9af4520552af17
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-recommender_v1beta1
|
2
2
|
|
3
|
+
### v0.34.0 (2023-09-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230910
|
6
|
+
|
7
|
+
### v0.33.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230806
|
10
|
+
|
3
11
|
### v0.32.0 (2023-07-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230706
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.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 = "
|
25
|
+
REVISION = "20230910"
|
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`
|
177
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
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`
|
381
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
382
|
-
#
|
383
|
-
#
|
384
|
-
# `
|
385
|
-
#
|
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::RecommenderV1beta1::GoogleCloudRecommenderV1beta1MarkRecommendationDismissedRequest] google_cloud_recommender_v1beta1_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`
|
626
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
627
|
-
#
|
628
|
-
#
|
629
|
-
#
|
630
|
-
#
|
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`
|
753
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
754
|
-
#
|
755
|
-
#
|
756
|
-
# `
|
757
|
-
#
|
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::RecommenderV1beta1::GoogleCloudRecommenderV1beta1MarkRecommendationDismissedRequest] google_cloud_recommender_v1beta1_mark_recommendation_dismissed_request_object
|
844
852
|
# @param [String] fields
|
845
853
|
# Selector specifying which fields to include in a partial response.
|
@@ -1107,12 +1115,14 @@ module Google
|
|
1107
1115
|
# insight-types.
|
1108
1116
|
# @param [String] filter
|
1109
1117
|
# Optional. Filter expression to restrict the insights returned. Supported
|
1110
|
-
# filter fields: * `stateInfo.state` * `insightSubtype` * `severity`
|
1111
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
1112
|
-
#
|
1113
|
-
#
|
1114
|
-
#
|
1115
|
-
#
|
1118
|
+
# filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
|
1119
|
+
# targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
|
1120
|
+
# DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
|
1121
|
+
# severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
|
1122
|
+
# zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
|
1123
|
+
# severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
|
1124
|
+
# characters. (These expressions are based on the filter language described at
|
1125
|
+
# https://google.aip.dev/160)
|
1116
1126
|
# @param [Fixnum] page_size
|
1117
1127
|
# Optional. The maximum number of results to return from this request. Non-
|
1118
1128
|
# positive values are ignored. If not specified, the server will determine the
|
@@ -1311,12 +1321,14 @@ module Google
|
|
1311
1321
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
1312
1322
|
# @param [String] filter
|
1313
1323
|
# Filter expression to restrict the recommendations returned. Supported filter
|
1314
|
-
# fields: * `state_info.state` * `recommenderSubtype` * `priority`
|
1315
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
1316
|
-
#
|
1317
|
-
#
|
1318
|
-
# `
|
1319
|
-
#
|
1324
|
+
# fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
|
1325
|
+
# targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
|
1326
|
+
# DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
|
1327
|
+
# REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
|
1328
|
+
# compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
|
1329
|
+
# * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
|
1330
|
+
# allowed filter length is 500 characters. (These expressions are based on the
|
1331
|
+
# filter language described at https://google.aip.dev/160)
|
1320
1332
|
# @param [Fixnum] page_size
|
1321
1333
|
# Optional. The maximum number of results to return from this request. Non-
|
1322
1334
|
# positive values are ignored. If not specified, the server will determine the
|
@@ -1401,7 +1413,7 @@ module Google
|
|
1401
1413
|
# recommendations in ACTIVE state. Requires the recommender.*.update IAM
|
1402
1414
|
# permission for the specified recommender.
|
1403
1415
|
# @param [String] name
|
1404
|
-
# Name of the recommendation.
|
1416
|
+
# Required. Name of the recommendation.
|
1405
1417
|
# @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1MarkRecommendationDismissedRequest] google_cloud_recommender_v1beta1_mark_recommendation_dismissed_request_object
|
1406
1418
|
# @param [String] fields
|
1407
1419
|
# Selector specifying which fields to include in a partial response.
|
@@ -1634,12 +1646,14 @@ module Google
|
|
1634
1646
|
# insight-types.
|
1635
1647
|
# @param [String] filter
|
1636
1648
|
# Optional. Filter expression to restrict the insights returned. Supported
|
1637
|
-
# filter fields: * `stateInfo.state` * `insightSubtype` * `severity`
|
1638
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
1639
|
-
#
|
1640
|
-
#
|
1641
|
-
#
|
1642
|
-
#
|
1649
|
+
# filter fields: * `stateInfo.state` * `insightSubtype` * `severity` * `
|
1650
|
+
# targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
|
1651
|
+
# DISMISSED` * `insightSubtype = PERMISSIONS_USAGE` * `severity = CRITICAL OR
|
1652
|
+
# severity = HIGH` * `targetResources : //compute.googleapis.com/projects/1234/
|
1653
|
+
# zones/us-central1-a/instances/instance-1` * `stateInfo.state = ACTIVE AND (
|
1654
|
+
# severity = CRITICAL OR severity = HIGH)` The max allowed filter length is 500
|
1655
|
+
# characters. (These expressions are based on the filter language described at
|
1656
|
+
# https://google.aip.dev/160)
|
1643
1657
|
# @param [Fixnum] page_size
|
1644
1658
|
# Optional. The maximum number of results to return from this request. Non-
|
1645
1659
|
# positive values are ignored. If not specified, the server will determine the
|
@@ -1838,12 +1852,14 @@ module Google
|
|
1838
1852
|
# recommenders: https://cloud.google.com/recommender/docs/recommenders.
|
1839
1853
|
# @param [String] filter
|
1840
1854
|
# Filter expression to restrict the recommendations returned. Supported filter
|
1841
|
-
# fields: * `state_info.state` * `recommenderSubtype` * `priority`
|
1842
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
1843
|
-
#
|
1844
|
-
#
|
1845
|
-
# `
|
1846
|
-
#
|
1855
|
+
# fields: * `state_info.state` * `recommenderSubtype` * `priority` * `
|
1856
|
+
# targetResources` Examples: * `stateInfo.state = ACTIVE OR stateInfo.state =
|
1857
|
+
# DISMISSED` * `recommenderSubtype = REMOVE_ROLE OR recommenderSubtype =
|
1858
|
+
# REPLACE_ROLE` * `priority = P1 OR priority = P2` * `targetResources : //
|
1859
|
+
# compute.googleapis.com/projects/1234/zones/us-central1-a/instances/instance-1`
|
1860
|
+
# * `stateInfo.state = ACTIVE AND (priority = P1 OR priority = P2)` The max
|
1861
|
+
# allowed filter length is 500 characters. (These expressions are based on the
|
1862
|
+
# filter language described at https://google.aip.dev/160)
|
1847
1863
|
# @param [Fixnum] page_size
|
1848
1864
|
# Optional. The maximum number of results to return from this request. Non-
|
1849
1865
|
# positive values are ignored. If not specified, the server will determine the
|
@@ -1928,7 +1944,7 @@ module Google
|
|
1928
1944
|
# recommendations in ACTIVE state. Requires the recommender.*.update IAM
|
1929
1945
|
# permission for the specified recommender.
|
1930
1946
|
# @param [String] name
|
1931
|
-
# Name of the recommendation.
|
1947
|
+
# Required. Name of the recommendation.
|
1932
1948
|
# @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1MarkRecommendationDismissedRequest] google_cloud_recommender_v1beta1_mark_recommendation_dismissed_request_object
|
1933
1949
|
# @param [String] fields
|
1934
1950
|
# 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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.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-
|
11
|
+
date: 2023-09-17 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1
|
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.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Recommender API V1beta1
|