google-apis-versionhistory_v1 0.13.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: 7d6bd891053a3d80d1617e4add8a0e17c9ad8301f572d08998102ddd2317a151
|
4
|
+
data.tar.gz: 33838921d6c97bc42de28fe98d5307ee4430063fcb40c3c5a4c93ced7f34eb62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9ea0085ed716a4c0a4034c8463e480e94a8236367a001eca12f4aec9fe93aa6bc197007fda143fb6b2b3263cd645f26085d5700e7aae4d748a3dc00c793e21b
|
7
|
+
data.tar.gz: fe72aa5c929c96adcbdd834172a5e7934deb0e5233b12257b59eb699919a438d84a1d50bd58d5a5c9d506c240820b84f05cca1390a4e86027ba14bae6cfbe5e2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.14.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240331
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.13.0 (2024-02-23)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240123
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-02
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
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: []
|