We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fbe47 commit 477125cCopy full SHA for 477125c
google/cloud/oracledatabase/v1/vm_cluster.proto
@@ -216,8 +216,8 @@ message CloudVmClusterProperties {
216
// Required. Number of enabled CPU cores.
217
int32 cpu_core_count = 26 [(google.api.field_behavior) = REQUIRED];
218
219
- // Output only. Operating system version of the image.
220
- string system_version = 27 [(google.api.field_behavior) = OUTPUT_ONLY];
+ // Optional. Operating system version of the image.
+ string system_version = 27 [(google.api.field_behavior) = OPTIONAL];
221
222
// Output only. OCIDs of scan IPs.
223
repeated string scan_ip_ids = 28 [(google.api.field_behavior) = OUTPUT_ONLY];
0 commit comments