File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed
clients/google-api-services-netapp
com/google/api/services/netapp/v1beta1
com/google/api/services/netapp/v1 Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1-rev20250811 -2.0.0</version >
25
+ <version >v1-rev20250813 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-netapp:v1-rev20250811 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-netapp:v1-rev20250813 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
}
446
446
447
447
/**
448
- * Optional. A list of extra location types that should be used as conditions for
449
- * controlling the visibility of the locations .
448
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449
+ * documented otherwise. This is primarily for internal usage .
450
450
*/
451
451
@ com .google .api .client .util .Key
452
452
private java .util .List <java .lang .String > extraLocationTypes ;
453
453
454
- /** Optional. A list of extra location types that should be used as conditions for controlling the
455
- visibility of the locations .
454
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455
+ otherwise. This is primarily for internal usage .
456
456
*/
457
457
public java .util .List <java .lang .String > getExtraLocationTypes () {
458
458
return extraLocationTypes ;
459
459
}
460
460
461
461
/**
462
- * Optional. A list of extra location types that should be used as conditions for
463
- * controlling the visibility of the locations .
462
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463
+ * documented otherwise. This is primarily for internal usage .
464
464
*/
465
465
public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
466
466
this .extraLocationTypes = extraLocationTypes ;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public final class Volume extends com.google.api.client.json.GenericJson {
51
51
private java .lang .Long capacityGib ;
52
52
53
53
/**
54
- * Output only. Size of the volume cold tier data in GiB.
54
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
55
55
* The value may be {@code null}.
56
56
*/
57
57
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -367,15 +367,15 @@ public Volume setCapacityGib(java.lang.Long capacityGib) {
367
367
}
368
368
369
369
/**
370
- * Output only. Size of the volume cold tier data in GiB.
370
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
371
371
* @return value or {@code null} for none
372
372
*/
373
373
public java .lang .Long getColdTierSizeGib () {
374
374
return coldTierSizeGib ;
375
375
}
376
376
377
377
/**
378
- * Output only. Size of the volume cold tier data in GiB.
378
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
379
379
* @param coldTierSizeGib coldTierSizeGib or {@code null} for none
380
380
*/
381
381
public Volume setColdTierSizeGib (java .lang .Long coldTierSizeGib ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-netapp</artifactId >
11
- <version >v1-rev20250811 -2.0.0</version >
12
- <name >NetApp API v1-rev20250811 -2.0.0</name >
11
+ <version >v1-rev20250813 -2.0.0</version >
12
+ <name >NetApp API v1-rev20250813 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1-rev20250811 -2.0.0</version >
25
+ <version >v1-rev20250813 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-netapp:v1-rev20250811 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-netapp:v1-rev20250813 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1beta1-rev20250811 -2.0.0</version >
25
+ <version >v1beta1-rev20250813 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250811 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250813 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
}
446
446
447
447
/**
448
- * Optional. A list of extra location types that should be used as conditions for
449
- * controlling the visibility of the locations .
448
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449
+ * documented otherwise. This is primarily for internal usage .
450
450
*/
451
451
@ com .google .api .client .util .Key
452
452
private java .util .List <java .lang .String > extraLocationTypes ;
453
453
454
- /** Optional. A list of extra location types that should be used as conditions for controlling the
455
- visibility of the locations .
454
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455
+ otherwise. This is primarily for internal usage .
456
456
*/
457
457
public java .util .List <java .lang .String > getExtraLocationTypes () {
458
458
return extraLocationTypes ;
459
459
}
460
460
461
461
/**
462
- * Optional. A list of extra location types that should be used as conditions for
463
- * controlling the visibility of the locations .
462
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463
+ * documented otherwise. This is primarily for internal usage .
464
464
*/
465
465
public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
466
466
this .extraLocationTypes = extraLocationTypes ;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public final class Volume extends com.google.api.client.json.GenericJson {
51
51
private java .lang .Long capacityGib ;
52
52
53
53
/**
54
- * Output only. Size of the volume cold tier data in GiB.
54
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
55
55
* The value may be {@code null}.
56
56
*/
57
57
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -367,15 +367,15 @@ public Volume setCapacityGib(java.lang.Long capacityGib) {
367
367
}
368
368
369
369
/**
370
- * Output only. Size of the volume cold tier data in GiB.
370
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
371
371
* @return value or {@code null} for none
372
372
*/
373
373
public java .lang .Long getColdTierSizeGib () {
374
374
return coldTierSizeGib ;
375
375
}
376
376
377
377
/**
378
- * Output only. Size of the volume cold tier data in GiB.
378
+ * Output only. Size of the volume cold tier data rounded down to the nearest GiB.
379
379
* @param coldTierSizeGib coldTierSizeGib or {@code null} for none
380
380
*/
381
381
public Volume setColdTierSizeGib (java .lang .Long coldTierSizeGib ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-netapp</artifactId >
11
- <version >v1beta1-rev20250811 -2.0.0</version >
12
- <name >NetApp API v1beta1-rev20250811 -2.0.0</name >
11
+ <version >v1beta1-rev20250813 -2.0.0</version >
12
+ <name >NetApp API v1beta1-rev20250813 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-netapp</artifactId >
25
- <version >v1beta1-rev20250811 -2.0.0</version >
25
+ <version >v1beta1-rev20250813 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250811 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250813 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments