Skip to content

Commit ee674eb

Browse files
1 parent ec63ef9 commit ee674eb

File tree

13 files changed

+82
-159
lines changed

13 files changed

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

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service. This method lists locations
316+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends NetAppFilesRequest<com.google.api.services.netapp.v1.m
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service. This method lists locations
347+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*

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

Lines changed: 0 additions & 71 deletions
This file was deleted.

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,6 @@ public final class StoragePool extends com.google.api.client.json.GenericJson {
206206
@com.google.api.client.util.Key
207207
private java.lang.Boolean satisfiesPzs;
208208

209-
/**
210-
* Optional. The effective scale tier of the storage pool. If `scale_tier` is not specified during
211-
* creation, this defaults to `SCALE_TIER_STANDARD`.
212-
* The value may be {@code null}.
213-
*/
214-
@com.google.api.client.util.Key
215-
private java.lang.String scaleTier;
216-
217209
/**
218210
* Required. Service level of the storage pool
219211
* The value may be {@code null}.
@@ -704,25 +696,6 @@ public StoragePool setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
704696
return this;
705697
}
706698

707-
/**
708-
* Optional. The effective scale tier of the storage pool. If `scale_tier` is not specified during
709-
* creation, this defaults to `SCALE_TIER_STANDARD`.
710-
* @return value or {@code null} for none
711-
*/
712-
public java.lang.String getScaleTier() {
713-
return scaleTier;
714-
}
715-
716-
/**
717-
* Optional. The effective scale tier of the storage pool. If `scale_tier` is not specified during
718-
* creation, this defaults to `SCALE_TIER_STANDARD`.
719-
* @param scaleTier scaleTier or {@code null} for none
720-
*/
721-
public StoragePool setScaleTier(java.lang.String scaleTier) {
722-
this.scaleTier = scaleTier;
723-
return this;
724-
}
725-
726699
/**
727700
* Required. Service level of the storage pool
728701
* @return value or {@code null} for none

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ public final class Volume extends com.google.api.client.json.GenericJson {
164164
@com.google.api.client.util.Key
165165
private java.lang.Boolean largeCapacity;
166166

167-
/**
168-
* Optional. Large capacity config for the volume.
169-
* The value may be {@code null}.
170-
*/
171-
@com.google.api.client.util.Key
172-
private LargeCapacityConfig largeCapacityConfig;
173-
174167
/**
175168
* Output only. Flag indicating if the volume is NFS LDAP enabled or not.
176169
* The value may be {@code null}.
@@ -670,23 +663,6 @@ public Volume setLargeCapacity(java.lang.Boolean largeCapacity) {
670663
return this;
671664
}
672665

673-
/**
674-
* Optional. Large capacity config for the volume.
675-
* @return value or {@code null} for none
676-
*/
677-
public LargeCapacityConfig getLargeCapacityConfig() {
678-
return largeCapacityConfig;
679-
}
680-
681-
/**
682-
* Optional. Large capacity config for the volume.
683-
* @param largeCapacityConfig largeCapacityConfig or {@code null} for none
684-
*/
685-
public Volume setLargeCapacityConfig(LargeCapacityConfig largeCapacityConfig) {
686-
this.largeCapacityConfig = largeCapacityConfig;
687-
return this;
688-
}
689-
690666
/**
691667
* Output only. Flag indicating if the volume is NFS LDAP enabled or not.
692668
* @return value or {@code null} for none

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

clients/google-api-services-netapp/v1beta1/2.0.0/com/google/api/services/netapp/v1beta1/NetAppFiles.java

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service. This method lists locations
316+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends NetAppFilesRequest<com.google.api.services.netapp.v1be
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service. This method lists locations
347+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*

clients/google-api-services-netapp/v1beta1/2.0.0/com/google/api/services/netapp/v1beta1/model/LargeCapacityConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.netapp.v1beta1.model;
1818

1919
/**
20-
* Configuration for a Large Capacity Volume. A Large Capacity Volume supports sizes ranging from 12
21-
* TiB to 20 PiB, it is composed of multiple internal constituents, and must be created in a large
22-
* capacity pool.
20+
* Configuration for a Large Capacity Volume. A Large Capacity Volume supports sizes ranging from
21+
* 4.8 TiB to 20 PiB, it is composed of multiple internal constituents, and must be created in a
22+
* large capacity pool.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the NetApp API. For a detailed explanation see:

0 commit comments

Comments
 (0)