Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20230103 (#769)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/googleapis@9fac84a

Source-Link: googleapis/googleapis-gen@12ae1da
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMTJhZTFkYTdjMTM0NzJhMTFlMWE0YTYxODlhYWIxMGY3ODNjNTg1MyJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jan 20, 2023
1 parent 5ee9dd7 commit 7a3d11f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -448815,7 +448815,7 @@ public sealed partial class SourceInstanceParams : pb::IMessage<SourceInstancePa
= pb::FieldCodec.ForMessage(1884644986, global::Google.Cloud.Compute.V1.DiskInstantiationConfig.Parser);
private readonly pbc::RepeatedField<global::Google.Cloud.Compute.V1.DiskInstantiationConfig> diskConfigs_ = new pbc::RepeatedField<global::Google.Cloud.Compute.V1.DiskInstantiationConfig>();
/// <summary>
/// Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
/// Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/compute/v1/compute.proto
// </auto-generated>
// Original file comments:
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@
//
// Generated by the disco-to-proto3-converter. DO NOT EDIT!
// Source Discovery file: compute.v1.json
// Source file revision: 20221224
// Source file revision: 20230103
// API name: compute
// API version: v1
//
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -4939,4 +4939,4 @@
]
}
]
}
}

0 comments on commit 7a3d11f

Please sign in to comment.