Skip to content

Commit 5a6032d

Browse files
1 parent 27a2081 commit 5a6032d

File tree

11 files changed

+225
-60
lines changed

11 files changed

+225
-60
lines changed

clients/google-api-services-netapp/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-netapp</artifactId>
25-
<version>v1-rev20250515-2.0.0</version>
25+
<version>v1-rev20250519-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250515-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250519-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-netapp/v1/2.0.0/com/google/api/services/netapp/v1/model/HybridPeeringDetails.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,65 +30,65 @@
3030
public final class HybridPeeringDetails extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
33+
* Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String command;
3838

3939
/**
40-
* Optional. Expiration time for the peering command to be executed on user's ONTAP.
40+
* Output only. Expiration time for the peering command to be executed on user's ONTAP.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private String commandExpiryTime;
4545

4646
/**
47-
* Optional. Temporary passphrase generated to accept cluster peering command.
47+
* Output only. Temporary passphrase generated to accept cluster peering command.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private java.lang.String passphrase;
5252

5353
/**
54-
* Optional. Name of the user's local source cluster to be peered with the destination cluster.
54+
* Output only. Name of the user's local source cluster to be peered with the destination cluster.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private java.lang.String peerClusterName;
5959

6060
/**
61-
* Optional. Name of the user's local source vserver svm to be peered with the destination vserver
62-
* svm.
61+
* Output only. Name of the user's local source vserver svm to be peered with the destination
62+
* vserver svm.
6363
* The value may be {@code null}.
6464
*/
6565
@com.google.api.client.util.Key
6666
private java.lang.String peerSvmName;
6767

6868
/**
69-
* Optional. Name of the user's local source volume to be peered with the destination volume.
69+
* Output only. Name of the user's local source volume to be peered with the destination volume.
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
7373
private java.lang.String peerVolumeName;
7474

7575
/**
76-
* Optional. IP address of the subnet.
76+
* Output only. IP address of the subnet.
7777
* The value may be {@code null}.
7878
*/
7979
@com.google.api.client.util.Key
8080
private java.lang.String subnetIp;
8181

8282
/**
83-
* Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
83+
* Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
8484
* @return value or {@code null} for none
8585
*/
8686
public java.lang.String getCommand() {
8787
return command;
8888
}
8989

9090
/**
91-
* Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
91+
* Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
9292
* @param command command or {@code null} for none
9393
*/
9494
public HybridPeeringDetails setCommand(java.lang.String command) {
@@ -97,15 +97,15 @@ public HybridPeeringDetails setCommand(java.lang.String command) {
9797
}
9898

9999
/**
100-
* Optional. Expiration time for the peering command to be executed on user's ONTAP.
100+
* Output only. Expiration time for the peering command to be executed on user's ONTAP.
101101
* @return value or {@code null} for none
102102
*/
103103
public String getCommandExpiryTime() {
104104
return commandExpiryTime;
105105
}
106106

107107
/**
108-
* Optional. Expiration time for the peering command to be executed on user's ONTAP.
108+
* Output only. Expiration time for the peering command to be executed on user's ONTAP.
109109
* @param commandExpiryTime commandExpiryTime or {@code null} for none
110110
*/
111111
public HybridPeeringDetails setCommandExpiryTime(String commandExpiryTime) {
@@ -114,15 +114,15 @@ public HybridPeeringDetails setCommandExpiryTime(String commandExpiryTime) {
114114
}
115115

116116
/**
117-
* Optional. Temporary passphrase generated to accept cluster peering command.
117+
* Output only. Temporary passphrase generated to accept cluster peering command.
118118
* @return value or {@code null} for none
119119
*/
120120
public java.lang.String getPassphrase() {
121121
return passphrase;
122122
}
123123

124124
/**
125-
* Optional. Temporary passphrase generated to accept cluster peering command.
125+
* Output only. Temporary passphrase generated to accept cluster peering command.
126126
* @param passphrase passphrase or {@code null} for none
127127
*/
128128
public HybridPeeringDetails setPassphrase(java.lang.String passphrase) {
@@ -131,15 +131,15 @@ public HybridPeeringDetails setPassphrase(java.lang.String passphrase) {
131131
}
132132

133133
/**
134-
* Optional. Name of the user's local source cluster to be peered with the destination cluster.
134+
* Output only. Name of the user's local source cluster to be peered with the destination cluster.
135135
* @return value or {@code null} for none
136136
*/
137137
public java.lang.String getPeerClusterName() {
138138
return peerClusterName;
139139
}
140140

141141
/**
142-
* Optional. Name of the user's local source cluster to be peered with the destination cluster.
142+
* Output only. Name of the user's local source cluster to be peered with the destination cluster.
143143
* @param peerClusterName peerClusterName or {@code null} for none
144144
*/
145145
public HybridPeeringDetails setPeerClusterName(java.lang.String peerClusterName) {
@@ -148,17 +148,17 @@ public HybridPeeringDetails setPeerClusterName(java.lang.String peerClusterName)
148148
}
149149

150150
/**
151-
* Optional. Name of the user's local source vserver svm to be peered with the destination vserver
152-
* svm.
151+
* Output only. Name of the user's local source vserver svm to be peered with the destination
152+
* vserver svm.
153153
* @return value or {@code null} for none
154154
*/
155155
public java.lang.String getPeerSvmName() {
156156
return peerSvmName;
157157
}
158158

159159
/**
160-
* Optional. Name of the user's local source vserver svm to be peered with the destination vserver
161-
* svm.
160+
* Output only. Name of the user's local source vserver svm to be peered with the destination
161+
* vserver svm.
162162
* @param peerSvmName peerSvmName or {@code null} for none
163163
*/
164164
public HybridPeeringDetails setPeerSvmName(java.lang.String peerSvmName) {
@@ -167,15 +167,15 @@ public HybridPeeringDetails setPeerSvmName(java.lang.String peerSvmName) {
167167
}
168168

169169
/**
170-
* Optional. Name of the user's local source volume to be peered with the destination volume.
170+
* Output only. Name of the user's local source volume to be peered with the destination volume.
171171
* @return value or {@code null} for none
172172
*/
173173
public java.lang.String getPeerVolumeName() {
174174
return peerVolumeName;
175175
}
176176

177177
/**
178-
* Optional. Name of the user's local source volume to be peered with the destination volume.
178+
* Output only. Name of the user's local source volume to be peered with the destination volume.
179179
* @param peerVolumeName peerVolumeName or {@code null} for none
180180
*/
181181
public HybridPeeringDetails setPeerVolumeName(java.lang.String peerVolumeName) {
@@ -184,15 +184,15 @@ public HybridPeeringDetails setPeerVolumeName(java.lang.String peerVolumeName) {
184184
}
185185

186186
/**
187-
* Optional. IP address of the subnet.
187+
* Output only. IP address of the subnet.
188188
* @return value or {@code null} for none
189189
*/
190190
public java.lang.String getSubnetIp() {
191191
return subnetIp;
192192
}
193193

194194
/**
195-
* Optional. IP address of the subnet.
195+
* Output only. IP address of the subnet.
196196
* @param subnetIp subnetIp or {@code null} for none
197197
*/
198198
public HybridPeeringDetails setSubnetIp(java.lang.String subnetIp) {

clients/google-api-services-netapp/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-netapp</artifactId>
11-
<version>v1-rev20250515-2.0.0</version>
12-
<name>NetApp API v1-rev20250515-2.0.0</name>
11+
<version>v1-rev20250519-2.0.0</version>
12+
<name>NetApp API v1-rev20250519-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-netapp/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-netapp</artifactId>
25-
<version>v1-rev20250515-2.0.0</version>
25+
<version>v1-rev20250519-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250515-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250519-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-netapp/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-netapp</artifactId>
25-
<version>v1beta1-rev20250515-2.0.0</version>
25+
<version>v1beta1-rev20250519-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250515-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250519-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)