google-apis-versionhistory_v1 0.14.0 → 0.15.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: 9b304f79a5f89569ef3837904211c7173ae3ae524ee19ff001b5d2a65c18d725
4
- data.tar.gz: 95320dd67412a1cba1526bdf9b5382113c10bdedd418145ad9cd3c4f0db7aab1
3
+ metadata.gz: 7d6bd891053a3d80d1617e4add8a0e17c9ad8301f572d08998102ddd2317a151
4
+ data.tar.gz: 33838921d6c97bc42de28fe98d5307ee4430063fcb40c3c5a4c93ced7f34eb62
5
5
  SHA512:
6
- metadata.gz: 788af178e44ec240a917086ad88b2cda3c1e584574200a18fb969b2afb0f286dd2e0c130e2aae0f8e8ca19abfbf4011ded37756a28abf0c6026273b51a3d53b4
7
- data.tar.gz: 7c21d648d86c3576aa821bd881b8302b75d0b068ad62cda8232cbdf7604268e3b4cf19efb2a206d41e8f8eac3f8bb67368d8fdc4dba258e820fa21d9788dd21a
6
+ metadata.gz: c9ea0085ed716a4c0a4034c8463e480e94a8236367a001eca12f4aec9fe93aa6bc197007fda143fb6b2b3263cd645f26085d5700e7aae4d748a3dc00c793e21b
7
+ data.tar.gz: fe72aa5c929c96adcbdd834172a5e7934deb0e5233b12257b59eb699919a438d84a1d50bd58d5a5c9d506c240820b84f05cca1390a4e86027ba14bae6cfbe5e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-versionhistory_v1
2
2
 
3
+ ### v0.15.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240528
6
+
3
7
  ### v0.14.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240331
@@ -238,6 +238,12 @@ module Google
238
238
  # @return [String]
239
239
  attr_accessor :name
240
240
 
241
+ # Whether or not the release was available for version pinning.
242
+ # Corresponds to the JSON property `pinnable`
243
+ # @return [Boolean]
244
+ attr_accessor :pinnable
245
+ alias_method :pinnable?, :pinnable
246
+
241
247
  # Represents a time interval, encoded as a Timestamp start (inclusive) and a
242
248
  # Timestamp end (exclusive). The start must be less than or equal to the end.
243
249
  # When the start equals the end, the interval is empty (matches no time). When
@@ -260,6 +266,7 @@ module Google
260
266
  @fraction = args[:fraction] if args.key?(:fraction)
261
267
  @fraction_group = args[:fraction_group] if args.key?(:fraction_group)
262
268
  @name = args[:name] if args.key?(:name)
269
+ @pinnable = args[:pinnable] if args.key?(:pinnable)
263
270
  @serving = args[:serving] if args.key?(:serving)
264
271
  @version = args[:version] if args.key?(:version)
265
272
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VersionhistoryV1
18
18
  # Version of the google-apis-versionhistory_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.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240331"
25
+ REVISION = "20240528"
26
26
  end
27
27
  end
28
28
  end
@@ -142,6 +142,7 @@ module Google
142
142
  property :fraction, as: 'fraction'
143
143
  property :fraction_group, :numeric_string => true, as: 'fractionGroup'
144
144
  property :name, as: 'name'
145
+ property :pinnable, as: 'pinnable'
145
146
  property :serving, as: 'serving', class: Google::Apis::VersionhistoryV1::Interval, decorator: Google::Apis::VersionhistoryV1::Interval::Representation
146
147
 
147
148
  property :version, as: 'version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-versionhistory_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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-02 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-versionhistory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-versionhistory_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-versionhistory_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-versionhistory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []