google-apis-memcache_v1 0.42.0 → 0.43.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/memcache_v1/classes.rb +10 -6
- data/lib/google/apis/memcache_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33cbbd72e4155c5a4d877a41107e626274dc310be320ebcacd46672e2f2babac
|
|
4
|
+
data.tar.gz: 5060d34235a912f56ecba2602a9effcee32085fa05cfe4913dcf7ead50f3a241
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40fbb839113a89b0832936f40c4a679c0b8481864ae1b990fa788183bc149491f464795507fc5cee89ab55a74b6e4bfb3cc3ac1e7c2cd1a54ac9adc2e6189a71
|
|
7
|
+
data.tar.gz: 8a7a7ed68dc8571128962a10cd0dcc5fb6ee9b2d589a633cd45678bb224190443ef4dd0cdcef596e2339568a1921050ed768232a1302230fb878433cd6f0f4af
|
data/CHANGELOG.md
CHANGED
|
@@ -1994,24 +1994,28 @@ module Google
|
|
|
1994
1994
|
class TimeOfDay
|
|
1995
1995
|
include Google::Apis::Core::Hashable
|
|
1996
1996
|
|
|
1997
|
-
# Hours of day in 24 hour format.
|
|
1998
|
-
#
|
|
1997
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
|
1998
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
|
1999
|
+
# value "24:00:00" for scenarios like business closing time.
|
|
1999
2000
|
# Corresponds to the JSON property `hours`
|
|
2000
2001
|
# @return [Fixnum]
|
|
2001
2002
|
attr_accessor :hours
|
|
2002
2003
|
|
|
2003
|
-
# Minutes of hour
|
|
2004
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
|
2005
|
+
# to 59.
|
|
2004
2006
|
# Corresponds to the JSON property `minutes`
|
|
2005
2007
|
# @return [Fixnum]
|
|
2006
2008
|
attr_accessor :minutes
|
|
2007
2009
|
|
|
2008
|
-
# Fractions of seconds in nanoseconds. Must be
|
|
2010
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
|
2011
|
+
# less than or equal to 999,999,999.
|
|
2009
2012
|
# Corresponds to the JSON property `nanos`
|
|
2010
2013
|
# @return [Fixnum]
|
|
2011
2014
|
attr_accessor :nanos
|
|
2012
2015
|
|
|
2013
|
-
# Seconds of
|
|
2014
|
-
# allow the value 60 if it allows leap-
|
|
2016
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
|
2017
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
|
2018
|
+
# seconds.
|
|
2015
2019
|
# Corresponds to the JSON property `seconds`
|
|
2016
2020
|
# @return [Fixnum]
|
|
2017
2021
|
attr_accessor :seconds
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MemcacheV1
|
|
18
18
|
# Version of the google-apis-memcache_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.43.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241010"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-memcache_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.43.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-
|
|
11
|
+
date: 2024-10-27 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-memcache_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.43.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Memorystore for Memcached API V1
|