File tree Expand file tree Collapse file tree
Src/Generated/Google.Apis.NetAppFiles.v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 20972097 }
20982098 }
20992099 },
2100- "revision" : " 20241209 " ,
2100+ "revision" : " 20250116 " ,
21012101 "rootUrl" : " https://netapp.googleapis.com/" ,
21022102 "schemas" : {
21032103 "ActiveDirectory" : {
31173117 "description" : " Instructions for mounting" ,
31183118 "type" : " string"
31193119 },
3120+ "ipAddress" : {
3121+ "description" : " Output only. IP Address." ,
3122+ "readOnly" : true ,
3123+ "type" : " string"
3124+ },
31203125 "protocol" : {
31213126 "description" : " Protocol to mount with." ,
31223127 "enum" : [
Original file line number Diff line number Diff line change 1- // Copyright 2024 Google LLC
1+ // Copyright 2025 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -5642,6 +5642,10 @@ public class MountOption : Google.Apis.Requests.IDirectResponseSchema
56425642 [ Newtonsoft . Json . JsonPropertyAttribute ( "instructions" ) ]
56435643 public virtual string Instructions { get ; set ; }
56445644
5645+ /// <summary>Output only. IP Address.</summary>
5646+ [ Newtonsoft . Json . JsonPropertyAttribute ( "ipAddress" ) ]
5647+ public virtual string IpAddress { get ; set ; }
5648+
56455649 /// <summary>Protocol to mount with.</summary>
56465650 [ Newtonsoft . Json . JsonPropertyAttribute ( "protocol" ) ]
56475651 public virtual string Protocol { get ; set ; }
Original file line number Diff line number Diff line change 33 <!-- nupkg information -->
44 <PropertyGroup >
55 <Title >Google.Apis.NetAppFiles.v1 Client Library</Title >
6- <Version >1.68.0.3630 </Version >
6+ <Version >1.68.0.3668 </Version >
77 <Authors >Google LLC</Authors >
8- <Copyright >Copyright 2024 Google LLC</Copyright >
8+ <Copyright >Copyright 2025 Google LLC</Copyright >
99 <PackageTags >Google</PackageTags >
1010 <PackageProjectUrl >https://github.com/google/google-api-dotnet-client</PackageProjectUrl >
1111 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments