google-apis-recommender_v1 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: 4cb2bc5d39e954f9df26e48afe030f39381a0f3752f2cfabdfc68abb94a9b9e7
4
- data.tar.gz: 78f430cbb4f9b437040da2a7b26a83f5728d67a1a9e6b1741646667b2af531d0
3
+ metadata.gz: bb63d5a1fbf31841cf8ecdab235225d62fac42f008d2722e8d013ebca4fcac63
4
+ data.tar.gz: 73f11a39fa451383e1f07cf5d50cc5e44d8d00ba7477cfb4f56651f502a427bb
5
5
  SHA512:
6
- metadata.gz: 1e657cda12369a749b7e716f92bbab013a116eeca945dd24706f2affc9e88b3b5d43fd9494b498973cf9fcf57ecc5800fcbf2aa9fa0662af9769ff21f2cc3126
7
- data.tar.gz: 1b7976f966b8f66f0835e5d0eb85ff9daf434a1d76c874a798647f8cb397f78082d3bd5286c02a1d8e90a772bdc2590d8a8d17c83aecce34df133ea90e723e46
6
+ metadata.gz: '04149f271587f41ddb510909a9b8b249468a9fae97785ff34b25866cca1ed027543a2a8d3a19ac40de320aabe6b7920838004e92b8d34e28a53a91b5e7261e8d'
7
+ data.tar.gz: 4c41789f6dd7061c2faff765afe6bbbcba4d92dda09a1fb97de066c3d72d9c0ffb1120eca008403b0ca6b6b22b8e7f92a968091aa6791b10e366e9eb11f2d879
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.15.0 (2021-11-03)
4
+
5
+ * Regenerated from discovery document revision 20211031
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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 /^a-z0-9`0,62`$/. Values must match
305
- # the regex /^[a-zA-Z0-9_./-]`0,255`$/.
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 /^a-z0-9`0,62`$/. Values must match
332
- # the regex /^[a-zA-Z0-9_./-]`0,255`$/.
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 /^a-z0-9`0,62`$/. Values must match
359
- # the regex /^[a-zA-Z0-9_./-]`0,255`$/.
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: ` "/bindings/*/role":
402
- # "roles/owner" "/bindings/*/condition" : null ` * Example: ` "/bindings/*/role"
403
- # : "roles/owner" "/bindings/*/members/*" : ["x@example.com", "y@example.com"] `
404
- # When both path_filters and path_value_matchers are set, an implicit AND must
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::RecommenderV1::GoogleCloudRecommenderV1RecommendationStateInfo]
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 RecommenderV1
18
18
  # Version of the google-apis-recommender_v1 gem
19
- GEM_VERSION = "0.14.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 = "20210806"
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::RecommenderV1::GoogleCloudRecommenderV1RecommendationStateInfo, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1RecommendationStateInfo::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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.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-10-27 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.15.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: []