google-apis-recommender_v1 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19fedcf6681debed72bd5cbdd295ed848b27361dbc4a098baf0fd4172c6560b3
|
|
4
|
+
data.tar.gz: 9719e7951c2fa4c0042964a71edb99ad44570b23c64ce9413d068aa349a9b83e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d86787117f9d14911abfa5ec8dddde0236c8344f9bdc030651ccafe8f38af6be006f03a9a06b998bd75e88b799037eca788e457b9f2d54bb417316a3a731431
|
|
7
|
+
data.tar.gz: 8f4eb1cd3eb64da333ddd2e3f2c9b57b72f41296e0996d89f72b585224148729d8cfdbbf56176a9db358cecb5ba480ffe4b7f83717d361ff08e149b1aaa74f0b
|
data/CHANGELOG.md
CHANGED
|
@@ -594,6 +594,11 @@ module Google
|
|
|
594
594
|
# @return [Array<Google::Apis::RecommenderV1::GoogleCloudRecommenderV1OperationGroup>]
|
|
595
595
|
attr_accessor :operation_groups
|
|
596
596
|
|
|
597
|
+
# Condensed overview information about the recommendation.
|
|
598
|
+
# Corresponds to the JSON property `overview`
|
|
599
|
+
# @return [Hash<String,Object>]
|
|
600
|
+
attr_accessor :overview
|
|
601
|
+
|
|
597
602
|
def initialize(**args)
|
|
598
603
|
update!(**args)
|
|
599
604
|
end
|
|
@@ -601,6 +606,7 @@ module Google
|
|
|
601
606
|
# Update properties of this object
|
|
602
607
|
def update!(**args)
|
|
603
608
|
@operation_groups = args[:operation_groups] if args.key?(:operation_groups)
|
|
609
|
+
@overview = args[:overview] if args.key?(:overview)
|
|
604
610
|
end
|
|
605
611
|
end
|
|
606
612
|
|
|
@@ -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.12.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 = "20210731"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -300,6 +300,7 @@ module Google
|
|
|
300
300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
301
301
|
collection :operation_groups, as: 'operationGroups', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1OperationGroup, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1OperationGroup::Representation
|
|
302
302
|
|
|
303
|
+
hash :overview, as: 'overview'
|
|
303
304
|
end
|
|
304
305
|
end
|
|
305
306
|
|
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.12.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-08-09 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/master/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.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommender_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|