From a385c2c40bef96f237922c38293118ec79dadc6c Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:55:15 -0700 Subject: [PATCH] docs: Clarify Batch only supports global custom instance template now (#27390) --- .../proto_docs/google/cloud/batch/v1/job.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/google-cloud-batch-v1/proto_docs/google/cloud/batch/v1/job.rb b/google-cloud-batch-v1/proto_docs/google/cloud/batch/v1/job.rb index a649c3103a87..f45ddfba9b35 100644 --- a/google-cloud-batch-v1/proto_docs/google/cloud/batch/v1/job.rb +++ b/google-cloud-batch-v1/proto_docs/google/cloud/batch/v1/job.rb @@ -515,7 +515,10 @@ class InstancePolicy # @return [::String] # 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. # @!attribute [rw] install_gpu_drivers # @return [::Boolean] # Set this field true if you want Batch to help fetch drivers from a third