File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-oracledatabase_v1
lib/google/apis/oracledatabase_v1 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments