File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
generated/google-apis-netapp_v1
lib/google/apis/netapp_v1 Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments