Skip to content

Commit 477125c

Browse files
Google APIscopybara-github
Google APIs
authored andcommittedJan 2, 2025
docs: the CloudVmClusterProperties.system_version field is no longer labeled as output only
PiperOrigin-RevId: 711457154
1 parent b3fbe47 commit 477125c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎google/cloud/oracledatabase/v1/vm_cluster.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ message CloudVmClusterProperties {
216216
// Required. Number of enabled CPU cores.
217217
int32 cpu_core_count = 26 [(google.api.field_behavior) = REQUIRED];
218218

219-
// Output only. Operating system version of the image.
220-
string system_version = 27 [(google.api.field_behavior) = OUTPUT_ONLY];
219+
// Optional. Operating system version of the image.
220+
string system_version = 27 [(google.api.field_behavior) = OPTIONAL];
221221

222222
// Output only. OCIDs of scan IPs.
223223
repeated string scan_ip_ids = 28 [(google.api.field_behavior) = OUTPUT_ONLY];

0 commit comments

Comments
 (0)