From 8729aa07f11e40482868d4dfe53c755dc49c3e43 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:02:16 +0000 Subject: [PATCH] docs(batch): update batch PD interface support (#8616) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 568434456 Source-Link: https://togithub.com/googleapis/googleapis/commit/298d5a56bb0ed1673905cba5deea3595c23bbb69 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/734d0ffe145debf119aff9a0b6cf5132962ecff1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzM0ZDBmZmUxNDVkZWJmMTE5YWZmOWEwYjZjZjUxMzI5NjJlY2ZmMSJ9 --- batch/apiv1/batchpb/job.pb.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/batch/apiv1/batchpb/job.pb.go b/batch/apiv1/batchpb/job.pb.go index 5fbd89bf88a..cd6a4124a34 100755 --- a/batch/apiv1/batchpb/job.pb.go +++ b/batch/apiv1/batchpb/job.pb.go @@ -1305,7 +1305,9 @@ type AllocationPolicy_Disk struct { SizeGb int64 `protobuf:"varint,2,opt,name=size_gb,json=sizeGb,proto3" json:"size_gb,omitempty"` // Local SSDs are available through both "SCSI" and "NVMe" interfaces. // If not indicated, "NVMe" will be the default one for local ssds. - // We only support "SCSI" for persistent disks now. + // This field is ignored for persistent disks as the interface is chosen + // automatically. See + // https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface. DiskInterface string `protobuf:"bytes,6,opt,name=disk_interface,json=diskInterface,proto3" json:"disk_interface,omitempty"` }