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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2026c9751367cb24ebe60f12b87e59be36d8206502d38d0a99806cbdfb5a1155
4
- data.tar.gz: 70832dd14c90aa7adaeb6746da7247bd1e6cd27a521c2f63985d2c4cf72ff294
3
+ metadata.gz: 33cbbd72e4155c5a4d877a41107e626274dc310be320ebcacd46672e2f2babac
4
+ data.tar.gz: 5060d34235a912f56ecba2602a9effcee32085fa05cfe4913dcf7ead50f3a241
5
5
  SHA512:
6
- metadata.gz: c82cad5b9833f4081fe3b029ad29ef339fec819e9d22032859608ab1b28581a0fa44ca57368495588b8df94b9f2a08deb6cc5ab1159b49e46fec125f8c3c45d7
7
- data.tar.gz: 7222a10c1a3123f613346086ee45ec5fec524d68ee4b77224cbe0e6d83505700ffacfb9d885f90d9826716819b147b3d1e7b867728a67f414a23f404d4f4ca1e
6
+ metadata.gz: 40fbb839113a89b0832936f40c4a679c0b8481864ae1b990fa788183bc149491f464795507fc5cee89ab55a74b6e4bfb3cc3ac1e7c2cd1a54ac9adc2e6189a71
7
+ data.tar.gz: 8a7a7ed68dc8571128962a10cd0dcc5fb6ee9b2d589a633cd45678bb224190443ef4dd0cdcef596e2339568a1921050ed768232a1302230fb878433cd6f0f4af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1
2
2
 
3
+ ### v0.43.0 (2024-10-20)
4
+
5
+ * Regenerated from discovery document revision 20241010
6
+
3
7
  ### v0.42.0 (2024-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20240919
@@ -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. Should be from 0 to 23. An API may choose to
1998
- # allow the value "24:00:00" for scenarios like business closing time.
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 of day. Must be from 0 to 59.
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 from 0 to 999,999,999.
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 minutes of the time. Must normally be from 0 to 59. An API may
2014
- # allow the value 60 if it allows leap-seconds.
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.42.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 = "20240919"
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.42.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-09-29 00:00:00.000000000 Z
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.42.0
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.6
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