Skip to content

Commit e10cf22

Browse files
feat: Automated regeneration of netapp v1 client (googleapis#21484)
Auto-created at 2025-01-26 10:14:16 +0000 using the toys pull request generator.
1 parent ccd4c0f commit e10cf22

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271076,6 +271076,7 @@
271076271076
"/netapp:v1/MountOption/export": export
271077271077
"/netapp:v1/MountOption/exportFull": export_full
271078271078
"/netapp:v1/MountOption/instructions": instructions
271079+
"/netapp:v1/MountOption/ipAddress": ip_address
271079271080
"/netapp:v1/MountOption/protocol": protocol
271080271081
"/netapp:v1/Operation": operation
271081271082
"/netapp:v1/Operation/done": done

generated/google-apis-netapp_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-netapp_v1
22

3+
### v0.5.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250116
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.4.0 (2024-12-22)
49

510
* Regenerated from discovery document revision 20241209

generated/google-apis-netapp_v1/lib/google/apis/netapp_v1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,11 @@ class MountOption
12801280
# @return [String]
12811281
attr_accessor :instructions
12821282

1283+
# Output only. IP Address.
1284+
# Corresponds to the JSON property `ipAddress`
1285+
# @return [String]
1286+
attr_accessor :ip_address
1287+
12831288
# Protocol to mount with.
12841289
# Corresponds to the JSON property `protocol`
12851290
# @return [String]
@@ -1294,6 +1299,7 @@ def update!(**args)
12941299
@export = args[:export] if args.key?(:export)
12951300
@export_full = args[:export_full] if args.key?(:export_full)
12961301
@instructions = args[:instructions] if args.key?(:instructions)
1302+
@ip_address = args[:ip_address] if args.key?(:ip_address)
12971303
@protocol = args[:protocol] if args.key?(:protocol)
12981304
end
12991305
end

generated/google-apis-netapp_v1/lib/google/apis/netapp_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NetappV1
1818
# Version of the google-apis-netapp_v1 gem
19-
GEM_VERSION = "0.4.0"
19+
GEM_VERSION = "0.5.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241209"
25+
REVISION = "20250116"
2626
end
2727
end
2828
end

generated/google-apis-netapp_v1/lib/google/apis/netapp_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
669669
property :export, as: 'export'
670670
property :export_full, as: 'exportFull'
671671
property :instructions, as: 'instructions'
672+
property :ip_address, as: 'ipAddress'
672673
property :protocol, as: 'protocol'
673674
end
674675
end

0 commit comments

Comments
 (0)