Skip to content

Commit

Permalink
docs: Add image shortcut example for Batch HPC CentOS Image
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545368122

Source-Link: googleapis/googleapis@dcd6ad7

Source-Link: googleapis/googleapis-gen@d332a89
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjEvLk93bEJvdC55YW1sIiwiaCI6ImQzMzJhODlmNWNkZjU0ZGY1NGQxMDZiZjlkYTA5OGNjZDliOThlZTAifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Jul 4, 2023
1 parent eee71c8 commit 9b54ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/Google.Cloud.Batch.V1/Google.Cloud.Batch.V1/Job.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,9 @@ public static partial class Types {
/// Valid Job states.
/// </summary>
public enum State {
/// <summary>
/// Job state unspecified.
/// </summary>
[pbr::OriginalName("STATE_UNSPECIFIED")] Unspecified = 0,
/// <summary>
/// Job is admitted (validated and persisted) and waiting for resources.
Expand Down Expand Up @@ -3200,6 +3203,7 @@ public Disk Clone() {
/// * "batch-debian": use Batch Debian images.
/// * "batch-centos": use Batch CentOS images.
/// * "batch-cos": use Batch Container-Optimized images.
/// * "batch-hpc-centos": use Batch HPC CentOS images.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 9b54ce0

Please sign in to comment.