Skip to content

Commit ab77f00

Browse files
feat: Automated regeneration of oracledatabase v1 client (googleapis#20395)
Auto-created at 2024-10-20 09:07:42 +0000 using the toys pull request generator.
1 parent d18592c commit ab77f00

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-oracledatabase_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-oracledatabase_v1
22

3+
### v0.4.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241009
6+
37
### v0.3.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241002

generated/google-apis-oracledatabase_v1/lib/google/apis/oracledatabase_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ class CloudExadataInfrastructureProperties
11361136
# @return [Fixnum]
11371137
attr_accessor :compute_count
11381138

1139-
# Optional. The number of enabled CPU cores.
1139+
# Output only. The number of enabled CPU cores.
11401140
# Corresponds to the JSON property `cpuCount`
11411141
# @return [Fixnum]
11421142
attr_accessor :cpu_count
@@ -1151,7 +1151,7 @@ class CloudExadataInfrastructureProperties
11511151
# @return [Float]
11521152
attr_accessor :data_storage_size_tb
11531153

1154-
# Optional. The local node storage allocated in GBs.
1154+
# Output only. The local node storage allocated in GBs.
11551155
# Corresponds to the JSON property `dbNodeStorageSizeGb`
11561156
# @return [Fixnum]
11571157
attr_accessor :db_node_storage_size_gb
@@ -1188,7 +1188,7 @@ class CloudExadataInfrastructureProperties
11881188
# @return [Fixnum]
11891189
attr_accessor :max_memory_gb
11901190

1191-
# Optional. The memory allocated in GBs.
1191+
# Output only. The memory allocated in GBs.
11921192
# Corresponds to the JSON property `memorySizeGb`
11931193
# @return [Fixnum]
11941194
attr_accessor :memory_size_gb

generated/google-apis-oracledatabase_v1/lib/google/apis/oracledatabase_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OracledatabaseV1
1818
# Version of the google-apis-oracledatabase_v1 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241002"
25+
REVISION = "20241009"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)