Skip to content

Commit 028b074

Browse files
1 parent c6bf867 commit 028b074

File tree

12 files changed

+120
-60
lines changed

12 files changed

+120
-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-rev20250519-2.0.0</version>
25+
<version>v1-rev20250528-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-rev20250519-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250528-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,24 @@ public final class BackupRetentionPolicy extends com.google.api.client.json.Gene
3737
private java.lang.Integer backupMinimumEnforcedRetentionDays;
3838

3939
/**
40-
* Optional. Indicates if the daily backups are immutable. Atleast one of daily_backup_immutable,
40+
* Optional. Indicates if the daily backups are immutable. At least one of daily_backup_immutable,
4141
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.Boolean dailyBackupImmutable;
4646

4747
/**
48-
* Optional. Indicates if the manual backups are immutable. Atleast one of daily_backup_immutable,
49-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
48+
* Optional. Indicates if the manual backups are immutable. At least one of
49+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
50+
* manual_backup_immutable must be true.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
5354
private java.lang.Boolean manualBackupImmutable;
5455

5556
/**
56-
* Optional. Indicates if the monthly backups are immutable. Atleast one of
57+
* Optional. Indicates if the monthly backups are immutable. At least one of
5758
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
5859
* manual_backup_immutable must be true.
5960
* The value may be {@code null}.
@@ -62,8 +63,9 @@ public final class BackupRetentionPolicy extends com.google.api.client.json.Gene
6263
private java.lang.Boolean monthlyBackupImmutable;
6364

6465
/**
65-
* Optional. Indicates if the weekly backups are immutable. Atleast one of daily_backup_immutable,
66-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
66+
* Optional. Indicates if the weekly backups are immutable. At least one of
67+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
68+
* manual_backup_immutable must be true.
6769
* The value may be {@code null}.
6870
*/
6971
@com.google.api.client.util.Key
@@ -87,7 +89,7 @@ public BackupRetentionPolicy setBackupMinimumEnforcedRetentionDays(java.lang.Int
8789
}
8890

8991
/**
90-
* Optional. Indicates if the daily backups are immutable. Atleast one of daily_backup_immutable,
92+
* Optional. Indicates if the daily backups are immutable. At least one of daily_backup_immutable,
9193
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
9294
* @return value or {@code null} for none
9395
*/
@@ -96,7 +98,7 @@ public java.lang.Boolean getDailyBackupImmutable() {
9698
}
9799

98100
/**
99-
* Optional. Indicates if the daily backups are immutable. Atleast one of daily_backup_immutable,
101+
* Optional. Indicates if the daily backups are immutable. At least one of daily_backup_immutable,
100102
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
101103
* @param dailyBackupImmutable dailyBackupImmutable or {@code null} for none
102104
*/
@@ -106,17 +108,19 @@ public BackupRetentionPolicy setDailyBackupImmutable(java.lang.Boolean dailyBack
106108
}
107109

108110
/**
109-
* Optional. Indicates if the manual backups are immutable. Atleast one of daily_backup_immutable,
110-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
111+
* Optional. Indicates if the manual backups are immutable. At least one of
112+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
113+
* manual_backup_immutable must be true.
111114
* @return value or {@code null} for none
112115
*/
113116
public java.lang.Boolean getManualBackupImmutable() {
114117
return manualBackupImmutable;
115118
}
116119

117120
/**
118-
* Optional. Indicates if the manual backups are immutable. Atleast one of daily_backup_immutable,
119-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
121+
* Optional. Indicates if the manual backups are immutable. At least one of
122+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
123+
* manual_backup_immutable must be true.
120124
* @param manualBackupImmutable manualBackupImmutable or {@code null} for none
121125
*/
122126
public BackupRetentionPolicy setManualBackupImmutable(java.lang.Boolean manualBackupImmutable) {
@@ -125,7 +129,7 @@ public BackupRetentionPolicy setManualBackupImmutable(java.lang.Boolean manualBa
125129
}
126130

127131
/**
128-
* Optional. Indicates if the monthly backups are immutable. Atleast one of
132+
* Optional. Indicates if the monthly backups are immutable. At least one of
129133
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
130134
* manual_backup_immutable must be true.
131135
* @return value or {@code null} for none
@@ -135,7 +139,7 @@ public java.lang.Boolean getMonthlyBackupImmutable() {
135139
}
136140

137141
/**
138-
* Optional. Indicates if the monthly backups are immutable. Atleast one of
142+
* Optional. Indicates if the monthly backups are immutable. At least one of
139143
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
140144
* manual_backup_immutable must be true.
141145
* @param monthlyBackupImmutable monthlyBackupImmutable or {@code null} for none
@@ -146,17 +150,19 @@ public BackupRetentionPolicy setMonthlyBackupImmutable(java.lang.Boolean monthly
146150
}
147151

148152
/**
149-
* Optional. Indicates if the weekly backups are immutable. Atleast one of daily_backup_immutable,
150-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
153+
* Optional. Indicates if the weekly backups are immutable. At least one of
154+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
155+
* manual_backup_immutable must be true.
151156
* @return value or {@code null} for none
152157
*/
153158
public java.lang.Boolean getWeeklyBackupImmutable() {
154159
return weeklyBackupImmutable;
155160
}
156161

157162
/**
158-
* Optional. Indicates if the weekly backups are immutable. Atleast one of daily_backup_immutable,
159-
* weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
163+
* Optional. Indicates if the weekly backups are immutable. At least one of
164+
* daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
165+
* manual_backup_immutable must be true.
160166
* @param weeklyBackupImmutable weeklyBackupImmutable or {@code null} for none
161167
*/
162168
public BackupRetentionPolicy setWeeklyBackupImmutable(java.lang.Boolean weeklyBackupImmutable) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class LocationMetadata extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. Indicates if the location has VCP support.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.Boolean hasVcp;
38+
3239
/**
3340
* Output only. Supported flex performance in a location.
3441
* The value may be {@code null}.
@@ -43,6 +50,23 @@ public final class LocationMetadata extends com.google.api.client.json.GenericJs
4350
@com.google.api.client.util.Key
4451
private java.util.List<java.lang.String> supportedServiceLevels;
4552

53+
/**
54+
* Output only. Indicates if the location has VCP support.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.lang.Boolean getHasVcp() {
58+
return hasVcp;
59+
}
60+
61+
/**
62+
* Output only. Indicates if the location has VCP support.
63+
* @param hasVcp hasVcp or {@code null} for none
64+
*/
65+
public LocationMetadata setHasVcp(java.lang.Boolean hasVcp) {
66+
this.hasVcp = hasVcp;
67+
return this;
68+
}
69+
4670
/**
4771
* Output only. Supported flex performance in a location.
4872
* @return value or {@code null} for none

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ public final class StoragePool extends com.google.api.client.json.GenericJson {
173173
private java.lang.String stateDetails;
174174

175175
/**
176-
* Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated
176+
* Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated
177177
* based on the total_throughput_mibps
178178
* The value may be {@code null}.
179179
*/
180180
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
181181
private java.lang.Long totalIops;
182182

183183
/**
184-
* Optional. Custom Performance Total Throughput of the pool (in MiB/s)
184+
* Optional. Custom Performance Total Throughput of the pool (in MiBps)
185185
* The value may be {@code null}.
186186
*/
187187
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -553,7 +553,7 @@ public StoragePool setStateDetails(java.lang.String stateDetails) {
553553
}
554554

555555
/**
556-
* Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated
556+
* Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated
557557
* based on the total_throughput_mibps
558558
* @return value or {@code null} for none
559559
*/
@@ -562,7 +562,7 @@ public java.lang.Long getTotalIops() {
562562
}
563563

564564
/**
565-
* Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated
565+
* Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated
566566
* based on the total_throughput_mibps
567567
* @param totalIops totalIops or {@code null} for none
568568
*/
@@ -572,15 +572,15 @@ public StoragePool setTotalIops(java.lang.Long totalIops) {
572572
}
573573

574574
/**
575-
* Optional. Custom Performance Total Throughput of the pool (in MiB/s)
575+
* Optional. Custom Performance Total Throughput of the pool (in MiBps)
576576
* @return value or {@code null} for none
577577
*/
578578
public java.lang.Long getTotalThroughputMibps() {
579579
return totalThroughputMibps;
580580
}
581581

582582
/**
583-
* Optional. Custom Performance Total Throughput of the pool (in MiB/s)
583+
* Optional. Custom Performance Total Throughput of the pool (in MiBps)
584584
* @param totalThroughputMibps totalThroughputMibps or {@code null} for none
585585
*/
586586
public StoragePool setTotalThroughputMibps(java.lang.Long totalThroughputMibps) {

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-rev20250519-2.0.0</version>
12-
<name>NetApp API v1-rev20250519-2.0.0</name>
11+
<version>v1-rev20250528-2.0.0</version>
12+
<name>NetApp API v1-rev20250528-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-rev20250519-2.0.0</version>
25+
<version>v1-rev20250528-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-rev20250519-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250528-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-rev20250519-2.0.0</version>
25+
<version>v1beta1-rev20250528-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-rev20250519-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250528-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)