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: bbfec8e1d6ff0af8c2f3f1eebf81fd0c89779594a7151351ffa93dd017014326
4
- data.tar.gz: d9e47ed2318bc12872ffbf94bcaea7e3cd495b24631b8bb8689710927a76b128
3
+ metadata.gz: 8fc4449a03e673ef0662acfb007d929d8df3dbc5230488c142bd413f99436ba6
4
+ data.tar.gz: 366559995e0266968e86eb9e28c49bda378b44578df438b0ddd9b6700fc57ebc
5
5
  SHA512:
6
- metadata.gz: 79ab5cd7af8d724217f35aa52c04ca4c2b54ff50bb1befb50d98e9790ed3da62577711c0221c2729f7b79ddde6133a88ce998b1d05387fe6a52a6d0d4c3e02b9
7
- data.tar.gz: 27fcfafb3f40eaaab796d4588ddf7fae571ae14f314adb0aa615d038175ace590b96458422e9a445c373ed8597388ab33fd44a8ff66302f0d28e9cd9e32f71d4
6
+ metadata.gz: 5ee8a656768cb019e0737ac1e319ed0f90239ff61b430fbdd6f28d14df5cdfa1c4b5388e5b0e7fef2687b75fb0cc362316b549967df460351166194341128c46
7
+ data.tar.gz: 04d894b16d9121f2fc1ec0e1c70000947f2eda58c64c3561f25aad3824bd224856fe39a7ca2392bfe4497d128e6325b23e001c54449b3418a943168820a861ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-oracledatabase_v1
2
2
 
3
+ ### v0.3.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+
3
7
  ### v0.2.0 (2024-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20240918
@@ -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. Should be from 0 to 23. An API may choose to
2838
- # allow the value "24:00:00" for scenarios like business closing time.
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 of day. Must be from 0 to 59.
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 from 0 to 999,999,999.
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 minutes of the time. Must normally be from 0 to 59. An API may
2854
- # allow the value 60 if it allows leap-seconds.
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.2.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 = "20240918"
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.2.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-09-29 00:00:00.000000000 Z
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.2.0
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.6
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