Skip to content

Commit 21d64b8

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.NetAppFiles.v1beta1 version 1.68.0.3668
1 parent 1cf4901 commit 21d64b8

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

DiscoveryJson/netapp.v1beta1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20241209",
2100+
"revision": "20250116",
21012101
"rootUrl": "https://netapp.googleapis.com/",
21022102
"schemas": {
21032103
"ActiveDirectory": {
@@ -3117,6 +3117,11 @@
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": [

Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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; }

Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.NetAppFiles.v1beta1 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>

0 commit comments

Comments
 (0)