Skip to content

Commit

Permalink
docs: update batch PD interface support
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568434456
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 26, 2023
1 parent d2668fc commit 298d5a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 0 additions & 11 deletions google/cloud/batch/v1/batch_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ documentation:
- selector: google.cloud.location.Locations.ListLocations
description: Lists information about the supported locations for this service.

backend:
rules:
- selector: 'google.cloud.batch.v1.BatchService.*'
deadline: 60.0
- selector: google.cloud.location.Locations.GetLocation
deadline: 60.0
- selector: google.cloud.location.Locations.ListLocations
deadline: 60.0
- selector: 'google.longrunning.Operations.*'
deadline: 60.0

http:
rules:
- selector: google.cloud.location.Locations.GetLocation
Expand Down
4 changes: 3 additions & 1 deletion google/cloud/batch/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ message AllocationPolicy {

// 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.
string disk_interface = 6;
}

Expand Down

0 comments on commit 298d5a5

Please sign in to comment.