Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [Google.Cloud.Batch.V1] Clarify Batch only supports global custom instance template now #13636

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Clarify Batch only supports global custom instance template now
PiperOrigin-RevId: 680722756

Source-Link: googleapis/googleapis@42f7085

Source-Link: googleapis/googleapis-gen@8aafe35
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjEvLk93bEJvdC55YW1sIiwiaCI6IjhhYWZlMzVmN2ZiNjQwNDBmM2YyZWI3OWI0NjE2NDI1MGJlYzg0ODMifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Oct 1, 2024
commit caa0c02d4f99e4918e5192bbd12be3d3615c318c
5 changes: 4 additions & 1 deletion apis/Google.Cloud.Batch.V1/Google.Cloud.Batch.V1/Job.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5092,7 +5092,10 @@ public InstancePolicyOrTemplate Clone() {
/// <summary>
/// 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.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down