google-apis-oracledatabase_v1 0.2.0 → 0.4.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: c3c0a671d7273b90e46f8fa872eb59ce84c6ff4d06dbfe9015e1d6d3f66a3ca6
4
+ data.tar.gz: 8d82489b17319e8c94bbf33fcb9a16bb26680d89338a83f96ac5455903fa736c
5
5
  SHA512:
6
- metadata.gz: 79ab5cd7af8d724217f35aa52c04ca4c2b54ff50bb1befb50d98e9790ed3da62577711c0221c2729f7b79ddde6133a88ce998b1d05387fe6a52a6d0d4c3e02b9
7
- data.tar.gz: 27fcfafb3f40eaaab796d4588ddf7fae571ae14f314adb0aa615d038175ace590b96458422e9a445c373ed8597388ab33fd44a8ff66302f0d28e9cd9e32f71d4
6
+ metadata.gz: 315651b8e5265ecbeb4941c6aecb636621ffaada497512d1051d4253d453c3b921addace56bdcd12b033e2da256f4631669b6e3b2794ccd7531f93fe8e662877
7
+ data.tar.gz: c9267573513f52db24ca0c3b1f6b4a7dac7e9934108af6a5a817f5ab9f547d890c5d96ec9650e1ecd1a0a0cbfb7c43a9f3fc0635ba3ace71e86ce3e87b0ebf81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-oracledatabase_v1
2
2
 
3
+ ### v0.4.0 (2024-10-20)
4
+
5
+ * Regenerated from discovery document revision 20241009
6
+
7
+ ### v0.3.0 (2024-10-13)
8
+
9
+ * Regenerated from discovery document revision 20241002
10
+
3
11
  ### v0.2.0 (2024-09-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20240918
@@ -1136,7 +1136,7 @@ module Google
1136
1136
  # @return [Fixnum]
1137
1137
  attr_accessor :compute_count
1138
1138
 
1139
- # Optional. The number of enabled CPU cores.
1139
+ # Output only. The number of enabled CPU cores.
1140
1140
  # Corresponds to the JSON property `cpuCount`
1141
1141
  # @return [Fixnum]
1142
1142
  attr_accessor :cpu_count
@@ -1151,7 +1151,7 @@ module Google
1151
1151
  # @return [Float]
1152
1152
  attr_accessor :data_storage_size_tb
1153
1153
 
1154
- # Optional. The local node storage allocated in GBs.
1154
+ # Output only. The local node storage allocated in GBs.
1155
1155
  # Corresponds to the JSON property `dbNodeStorageSizeGb`
1156
1156
  # @return [Fixnum]
1157
1157
  attr_accessor :db_node_storage_size_gb
@@ -1188,7 +1188,7 @@ module Google
1188
1188
  # @return [Fixnum]
1189
1189
  attr_accessor :max_memory_gb
1190
1190
 
1191
- # Optional. The memory allocated in GBs.
1191
+ # Output only. The memory allocated in GBs.
1192
1192
  # Corresponds to the JSON property `memorySizeGb`
1193
1193
  # @return [Fixnum]
1194
1194
  attr_accessor :memory_size_gb
@@ -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.4.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 = "20241009"
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.4.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-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.4.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