Skip to content

Commit 645178b

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

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

google/cloud/batch/v1alpha/batch_v1alpha.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.v1alpha.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/v1alpha/job.proto

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

369369
// Local SSDs are available through both "SCSI" and "NVMe" interfaces.
370370
// If not indicated, "NVMe" will be the default one for local ssds.
371-
// We only support "SCSI" for persistent disks now.
371+
// This field is ignored for persistent disks as the interface is chosen
372+
// automatically. See
373+
// https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
372374
string disk_interface = 6;
373375
}
374376

0 commit comments

Comments
 (0)