Skip to content

Commit 39d722d

Browse files
feat: Automated regeneration of netapp v1 client (googleapis#23239)
Auto-created at 2025-05-25 09:45:57 +0000 using the toys pull request generator.
1 parent a7e78c6 commit 39d722d

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

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.10.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250519
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.9.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250515

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -768,42 +768,42 @@ def update!(**args)
768768
class HybridPeeringDetails
769769
include Google::Apis::Core::Hashable
770770

771-
# Optional. Copy-paste-able commands to be used on user's ONTAP to accept
771+
# Output only. Copy-paste-able commands to be used on user's ONTAP to accept
772772
# peering requests.
773773
# Corresponds to the JSON property `command`
774774
# @return [String]
775775
attr_accessor :command
776776

777-
# Optional. Expiration time for the peering command to be executed on user's
777+
# Output only. Expiration time for the peering command to be executed on user's
778778
# ONTAP.
779779
# Corresponds to the JSON property `commandExpiryTime`
780780
# @return [String]
781781
attr_accessor :command_expiry_time
782782

783-
# Optional. Temporary passphrase generated to accept cluster peering command.
783+
# Output only. Temporary passphrase generated to accept cluster peering command.
784784
# Corresponds to the JSON property `passphrase`
785785
# @return [String]
786786
attr_accessor :passphrase
787787

788-
# Optional. Name of the user's local source cluster to be peered with the
788+
# Output only. Name of the user's local source cluster to be peered with the
789789
# destination cluster.
790790
# Corresponds to the JSON property `peerClusterName`
791791
# @return [String]
792792
attr_accessor :peer_cluster_name
793793

794-
# Optional. Name of the user's local source vserver svm to be peered with the
794+
# Output only. Name of the user's local source vserver svm to be peered with the
795795
# destination vserver svm.
796796
# Corresponds to the JSON property `peerSvmName`
797797
# @return [String]
798798
attr_accessor :peer_svm_name
799799

800-
# Optional. Name of the user's local source volume to be peered with the
800+
# Output only. Name of the user's local source volume to be peered with the
801801
# destination volume.
802802
# Corresponds to the JSON property `peerVolumeName`
803803
# @return [String]
804804
attr_accessor :peer_volume_name
805805

806-
# Optional. IP address of the subnet.
806+
# Output only. IP address of the subnet.
807807
# Corresponds to the JSON property `subnetIp`
808808
# @return [String]
809809
attr_accessor :subnet_ip

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.9.0"
19+
GEM_VERSION = "0.10.0"
2020

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

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

0 commit comments

Comments
 (0)