google-apis-oracledatabase_v1 0.2.0 → 0.3.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: 8fc4449a03e673ef0662acfb007d929d8df3dbc5230488c142bd413f99436ba6
|
4
|
+
data.tar.gz: 366559995e0266968e86eb9e28c49bda378b44578df438b0ddd9b6700fc57ebc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ee8a656768cb019e0737ac1e319ed0f90239ff61b430fbdd6f28d14df5cdfa1c4b5388e5b0e7fef2687b75fb0cc362316b549967df460351166194341128c46
|
7
|
+
data.tar.gz: 04d894b16d9121f2fc1ec0e1c70000947f2eda58c64c3561f25aad3824bd224856fe39a7ca2392bfe4497d128e6325b23e001c54449b3418a943168820a861ff
|
data/CHANGELOG.md
CHANGED
@@ -2834,24 +2834,28 @@ module Google
|
|
2834
2834
|
class TimeOfDay
|
2835
2835
|
include Google::Apis::Core::Hashable
|
2836
2836
|
|
2837
|
-
# Hours of day in 24 hour format.
|
2838
|
-
#
|
2837
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
2838
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
2839
|
+
# value "24:00:00" for scenarios like business closing time.
|
2839
2840
|
# Corresponds to the JSON property `hours`
|
2840
2841
|
# @return [Fixnum]
|
2841
2842
|
attr_accessor :hours
|
2842
2843
|
|
2843
|
-
# Minutes of hour
|
2844
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
2845
|
+
# to 59.
|
2844
2846
|
# Corresponds to the JSON property `minutes`
|
2845
2847
|
# @return [Fixnum]
|
2846
2848
|
attr_accessor :minutes
|
2847
2849
|
|
2848
|
-
# Fractions of seconds in nanoseconds. Must be
|
2850
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
2851
|
+
# less than or equal to 999,999,999.
|
2849
2852
|
# Corresponds to the JSON property `nanos`
|
2850
2853
|
# @return [Fixnum]
|
2851
2854
|
attr_accessor :nanos
|
2852
2855
|
|
2853
|
-
# Seconds of
|
2854
|
-
# allow the value 60 if it allows leap-
|
2856
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
2857
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
2858
|
+
# seconds.
|
2855
2859
|
# Corresponds to the JSON property `seconds`
|
2856
2860
|
# @return [Fixnum]
|
2857
2861
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OracledatabaseV1
|
18
18
|
# Version of the google-apis-oracledatabase_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.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 = "20241002"
|
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-oracledatabase_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-13 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-oracledatabase_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.3.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_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 Oracle Database@Google Cloud API V1
|