Skip to content

Commit

Permalink
feat: Generate Google.Apis.NetAppFiles.v1beta1 version 1.68.0.3668
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Jan 22, 2025
1 parent 1cf4901 commit 21d64b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion DiscoveryJson/netapp.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@
}
}
},
"revision": "20241209",
"revision": "20250116",
"rootUrl": "https://netapp.googleapis.com/",
"schemas": {
"ActiveDirectory": {
Expand Down Expand Up @@ -3117,6 +3117,11 @@
"description": "Instructions for mounting",
"type": "string"
},
"ipAddress": {
"description": "Output only. IP Address.",
"readOnly": true,
"type": "string"
},
"protocol": {
"description": "Protocol to mount with.",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 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 Down Expand Up @@ -5642,6 +5642,10 @@ public class MountOption : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("instructions")]
public virtual string Instructions { get; set; }

/// <summary>Output only. IP Address.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("ipAddress")]
public virtual string IpAddress { get; set; }

/// <summary>Protocol to mount with.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("protocol")]
public virtual string Protocol { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.NetAppFiles.v1beta1 Client Library</Title>
<Version>1.68.0.3630</Version>
<Version>1.68.0.3668</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 21d64b8

Please sign in to comment.