google-apis-recommender_v1 0.29.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/recommender_v1/gem_version.rb +2 -2
- data/lib/google/apis/recommender_v1/service.rb +64 -48
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59f32bb058dc16a82e252e9e2f590971f6694746a087d0aacb37ae1fc4fb8347
|
4
|
+
data.tar.gz: 4f0b39dfb4805ec19374193afd0a46b0a1edc5e72f34c4dd477d7b93282ef9fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c23385697db6e64b6a65869ab9921040f82e77070a40c84d5c138f65a9fc9751eda0e09c49983c9aa983d7819aabc97f4722f78670ad0e70ef132ab27533a59d
|
7
|
+
data.tar.gz: 6a3a165b737b6f5c34004171390e5f637e31788f238aec94f21375fe939504253c93a6ba8f627e757194a252800f7d7f586579a548e20d4b82d5988153764f17
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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`
|
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
|
@@ -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
|
@@ -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`
|
1076
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
1077
|
-
#
|
1078
|
-
#
|
1079
|
-
#
|
1080
|
-
#
|
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`
|
1280
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
1281
|
-
#
|
1282
|
-
#
|
1283
|
-
# `
|
1284
|
-
#
|
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
|
@@ -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`
|
1603
|
-
# `stateInfo.state = ACTIVE OR stateInfo.state =
|
1604
|
-
#
|
1605
|
-
#
|
1606
|
-
#
|
1607
|
-
#
|
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`
|
1807
|
-
# stateInfo.state = ACTIVE OR stateInfo.state =
|
1808
|
-
#
|
1809
|
-
#
|
1810
|
-
# `
|
1811
|
-
#
|
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
|
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.
|
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-
|
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.
|
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: []
|