Skip to content

Commit 298d5a5

Browse files
Google APIscopybara-github
authored andcommitted
docs: update batch PD interface support
PiperOrigin-RevId: 568434456
1 parent d2668fc commit 298d5a5

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

google/cloud/batch/v1/batch_v1.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ documentation:
2121
- selector: google.cloud.location.Locations.ListLocations
2222
description: Lists information about the supported locations for this service.
2323

24-
backend:
25-
rules:
26-
- selector: 'google.cloud.batch.v1.BatchService.*'
27-
deadline: 60.0
28-
- selector: google.cloud.location.Locations.GetLocation
29-
deadline: 60.0
30-
- selector: google.cloud.location.Locations.ListLocations
31-
deadline: 60.0
32-
- selector: 'google.longrunning.Operations.*'
33-
deadline: 60.0
34-
3524
http:
3625
rules:
3726
- selector: google.cloud.location.Locations.GetLocation

google/cloud/batch/v1/job.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ message AllocationPolicy {
304304

305305
// Local SSDs are available through both "SCSI" and "NVMe" interfaces.
306306
// If not indicated, "NVMe" will be the default one for local ssds.
307-
// We only support "SCSI" for persistent disks now.
307+
// This field is ignored for persistent disks as the interface is chosen
308+
// automatically. See
309+
// https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
308310
string disk_interface = 6;
309311
}
310312

0 commit comments

Comments
 (0)