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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b85a3065549e0778df4414ab86bba478ec959c7e488a3477f12916f4d1e8ed1
4
- data.tar.gz: 32ff82a570ad34ee00a3dfff23c9c2b8e660b79e63e1d240a99e0d588dad0d6b
3
+ metadata.gz: ca95c1dbefe4c49f0616ba2be6aa80f88f30b597ae56449d53999067d6f813c4
4
+ data.tar.gz: 7add59768ff3cfef63227028a98e175bb6348d8f9dced0346dba5cf316def155
5
5
  SHA512:
6
- metadata.gz: 250dd87c90133fcc5fbc15e2d8d5ab58377005f873cf5ead1cc94233c48ab9901132c009c027b8a8ed420c75fa0de7337cdaea9ec4c05c2f258ee52dc3a59a49
7
- data.tar.gz: 29ffcbd3e4e6eb7e843146ced8dc603d776bad30dedf292da71669bebba7c84e92d4b1a01646e74d3915da57770f59a16aef8272a98d5022db409264ed060ba4
6
+ metadata.gz: 75e16b4e51967d226576ca94d96fcd526f61dd64b10c0da11b89fd29614ee0959a76915ebafc7c7cc616db4e69e5e7c753e0c870ade49be08a4a842b38138a92
7
+ data.tar.gz: 6d2bc471e68a160e325d1ab38c25a1912490da0405e3a989ec1488a7c95737fdea6d300a8827aad91902be2fed6bdb67fd060907e168f24be3e20c87dcc0f7b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.20.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241015
6
+
3
7
  ### v0.19.0 (2024-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240729
@@ -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. Should be from 0 to 23. An API may choose to
1561
- # allow the value "24:00:00" for scenarios like business closing time.
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 of day. Must be from 0 to 59.
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 from 0 to 999,999,999.
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 minutes of the time. Must normally be from 0 to 59. An API may
1577
- # allow the value 60 if it allows leap-seconds.
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.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 = "20240729"
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.19.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-08-11 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-connectors_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.19.0
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.6
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