google-apis-connectors_v2 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/connectors_v2/classes.rb +10 -6
- data/lib/google/apis/connectors_v2/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: ca95c1dbefe4c49f0616ba2be6aa80f88f30b597ae56449d53999067d6f813c4
|
4
|
+
data.tar.gz: 7add59768ff3cfef63227028a98e175bb6348d8f9dced0346dba5cf316def155
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75e16b4e51967d226576ca94d96fcd526f61dd64b10c0da11b89fd29614ee0959a76915ebafc7c7cc616db4e69e5e7c753e0c870ade49be08a4a842b38138a92
|
7
|
+
data.tar.gz: 6d2bc471e68a160e325d1ab38c25a1912490da0405e3a989ec1488a7c95737fdea6d300a8827aad91902be2fed6bdb67fd060907e168f24be3e20c87dcc0f7b2
|
data/CHANGELOG.md
CHANGED
@@ -1557,24 +1557,28 @@ module Google
|
|
1557
1557
|
class TimeOfDay
|
1558
1558
|
include Google::Apis::Core::Hashable
|
1559
1559
|
|
1560
|
-
# Hours of day in 24 hour format.
|
1561
|
-
#
|
1560
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
1561
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
1562
|
+
# value "24:00:00" for scenarios like business closing time.
|
1562
1563
|
# Corresponds to the JSON property `hours`
|
1563
1564
|
# @return [Fixnum]
|
1564
1565
|
attr_accessor :hours
|
1565
1566
|
|
1566
|
-
# Minutes of hour
|
1567
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
1568
|
+
# to 59.
|
1567
1569
|
# Corresponds to the JSON property `minutes`
|
1568
1570
|
# @return [Fixnum]
|
1569
1571
|
attr_accessor :minutes
|
1570
1572
|
|
1571
|
-
# Fractions of seconds in nanoseconds. Must be
|
1573
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
1574
|
+
# less than or equal to 999,999,999.
|
1572
1575
|
# Corresponds to the JSON property `nanos`
|
1573
1576
|
# @return [Fixnum]
|
1574
1577
|
attr_accessor :nanos
|
1575
1578
|
|
1576
|
-
# Seconds of
|
1577
|
-
# allow the value 60 if it allows leap-
|
1579
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
1580
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
1581
|
+
# seconds.
|
1578
1582
|
# Corresponds to the JSON property `seconds`
|
1579
1583
|
# @return [Fixnum]
|
1580
1584
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ConnectorsV2
|
18
18
|
# Version of the google-apis-connectors_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.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 = "20241015"
|
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-connectors_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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-connectors_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
|
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 Connectors API V2
|