Skip to content

Commit

Permalink
docs: Clarify Batch only supports global custom instance template now
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 680722756
  • Loading branch information
Google APIs authored and copybara-github committed Sep 30, 2024
1 parent 72a5151 commit 42f7085
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google/cloud/batch/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,10 @@ message AllocationPolicy {

// Name of an instance template used to create VMs.
// Named the field as 'instance_template' instead of 'template' to avoid
// c++ keyword conflict.
// C++ keyword conflict.
//
// Batch only supports global instance templates.
// You can specify the global instance template as a full or partial URL.
string instance_template = 2;
}

Expand Down

0 comments on commit 42f7085

Please sign in to comment.