Skip to content

Commit

Permalink
docs: the CloudVmClusterProperties.system_version field is no longer …
Browse files Browse the repository at this point in the history
…labeled as output only

PiperOrigin-RevId: 711457154
  • Loading branch information
Google APIs authored and copybara-github committed Jan 2, 2025
1 parent b3fbe47 commit 477125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/oracledatabase/v1/vm_cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ message CloudVmClusterProperties {
// Required. Number of enabled CPU cores.
int32 cpu_core_count = 26 [(google.api.field_behavior) = REQUIRED];

// Output only. Operating system version of the image.
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];

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

0 comments on commit 477125c

Please sign in to comment.