google-apis-recommender_v1beta1 0.14.0 → 0.15.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: 541f03c6953fba37717d049c87ae4f04c52c891d6101b092c4a5c9a33f2c470d
|
4
|
+
data.tar.gz: 99af9da8c1544543f7f2b439e8ece7035fb4286bf3949233e0c10bd6a7405803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed0e63dce8b32d3bf89917cbbc76f6e4766166e33608d18cbfdde7943364f591c5cadaac719e9061c7168a1536b84eace9914767ebb5ed0e3a5f21d57d64509e
|
7
|
+
data.tar.gz: e6c48d6dc005f8b19898c50a7d61a448e6985a4349b457257e2bb17d020b911c6db5236019aaba9e05a41999c15f09b8af921672f36a19db657e253f186735e8
|
data/CHANGELOG.md
CHANGED
@@ -301,8 +301,8 @@ module Google
|
|
301
301
|
attr_accessor :etag
|
302
302
|
|
303
303
|
# State properties to include with this state. Overwrites any existing `
|
304
|
-
# state_metadata`. Keys must match the regex
|
305
|
-
# the regex
|
304
|
+
# state_metadata`. Keys must match the regex `/^a-z0-9`0,62`$/`. Values must
|
305
|
+
# match the regex `/^[a-zA-Z0-9_./-]`0,255`$/`.
|
306
306
|
# Corresponds to the JSON property `stateMetadata`
|
307
307
|
# @return [Hash<String,String>]
|
308
308
|
attr_accessor :state_metadata
|
@@ -328,8 +328,8 @@ module Google
|
|
328
328
|
attr_accessor :etag
|
329
329
|
|
330
330
|
# State properties to include with this state. Overwrites any existing `
|
331
|
-
# state_metadata`. Keys must match the regex
|
332
|
-
# the regex
|
331
|
+
# state_metadata`. Keys must match the regex `/^a-z0-9`0,62`$/`. Values must
|
332
|
+
# match the regex `/^[a-zA-Z0-9_./-]`0,255`$/`.
|
333
333
|
# Corresponds to the JSON property `stateMetadata`
|
334
334
|
# @return [Hash<String,String>]
|
335
335
|
attr_accessor :state_metadata
|
@@ -355,8 +355,8 @@ module Google
|
|
355
355
|
attr_accessor :etag
|
356
356
|
|
357
357
|
# State properties to include with this state. Overwrites any existing `
|
358
|
-
# state_metadata`. Keys must match the regex
|
359
|
-
# the regex
|
358
|
+
# state_metadata`. Keys must match the regex `/^a-z0-9`0,62`$/`. Values must
|
359
|
+
# match the regex `/^[a-zA-Z0-9_./-]`0,255`$/`.
|
360
360
|
# Corresponds to the JSON property `stateMetadata`
|
361
361
|
# @return [Hash<String,String>]
|
362
362
|
attr_accessor :state_metadata
|
@@ -397,12 +397,12 @@ module Google
|
|
397
397
|
# Set of filters to apply if `path` refers to array elements or nested array
|
398
398
|
# elements in order to narrow down to a single unique element that is being
|
399
399
|
# tested/modified. This is intended to be an exact match per filter. To perform
|
400
|
-
# advanced matching, use path_value_matchers. * Example: ` "/versions/*/name"
|
401
|
-
# it-123" "/versions/*/targetSize/percent": 20 ` * Example: ` "/
|
402
|
-
# "roles/owner" "/bindings/*/condition" : null ` * Example:
|
403
|
-
# : "roles/owner" "/bindings/*/members/*" : ["x@example.
|
404
|
-
# When both path_filters and path_value_matchers
|
405
|
-
# be performed.
|
400
|
+
# advanced matching, use path_value_matchers. * Example: ``` ` "/versions/*/name"
|
401
|
+
# : "it-123" "/versions/*/targetSize/percent": 20 ` ``` * Example: ``` ` "/
|
402
|
+
# bindings/*/role": "roles/owner" "/bindings/*/condition" : null ` ``` * Example:
|
403
|
+
# ``` ` "/bindings/*/role": "roles/owner" "/bindings/*/members/*" : ["x@example.
|
404
|
+
# com", "y@example.com"] ` ``` When both path_filters and path_value_matchers
|
405
|
+
# are set, an implicit AND must be performed.
|
406
406
|
# Corresponds to the JSON property `pathFilters`
|
407
407
|
# @return [Hash<String,Object>]
|
408
408
|
attr_accessor :path_filters
|
@@ -563,6 +563,14 @@ module Google
|
|
563
563
|
# @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommendationStateInfo]
|
564
564
|
attr_accessor :state_info
|
565
565
|
|
566
|
+
# Corresponds to a mutually exclusive group ID within a recommender. A non-empty
|
567
|
+
# ID indicates that the recommendation belongs to a mutually exclusive group.
|
568
|
+
# This means that only one recommendation within the group is suggested to be
|
569
|
+
# applied.
|
570
|
+
# Corresponds to the JSON property `xorGroupId`
|
571
|
+
# @return [String]
|
572
|
+
attr_accessor :xor_group_id
|
573
|
+
|
566
574
|
def initialize(**args)
|
567
575
|
update!(**args)
|
568
576
|
end
|
@@ -580,6 +588,7 @@ module Google
|
|
580
588
|
@priority = args[:priority] if args.key?(:priority)
|
581
589
|
@recommender_subtype = args[:recommender_subtype] if args.key?(:recommender_subtype)
|
582
590
|
@state_info = args[:state_info] if args.key?(:state_info)
|
591
|
+
@xor_group_id = args[:xor_group_id] if args.key?(:xor_group_id)
|
583
592
|
end
|
584
593
|
end
|
585
594
|
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211031"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -292,6 +292,7 @@ module Google
|
|
292
292
|
property :recommender_subtype, as: 'recommenderSubtype'
|
293
293
|
property :state_info, as: 'stateInfo', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommendationStateInfo, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1RecommendationStateInfo::Representation
|
294
294
|
|
295
|
+
property :xor_group_id, as: 'xorGroupId'
|
295
296
|
end
|
296
297
|
end
|
297
298
|
|
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.15.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-
|
11
|
+
date: 2021-11-08 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.15.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: []
|