Skip to content

Commit 2613b63

Browse files
1 parent eca93f0 commit 2613b63

27 files changed

Lines changed: 1391 additions & 106 deletions

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-rev20260426-2.0.0</version>
25+
<version>v1-rev20260513-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-rev20260426-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20260513-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: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5600,7 +5600,7 @@ public List set(String parameterName, Object value) {
56005600
* This request holds the parameters needed by the netapp server. After setting any optional
56015601
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
56025602
*
5603-
* @param name Identifier. Name of the KmsConfig. Format:
5603+
* @param name Identifier. Name of the `KmsConfig`. Format:
56045604
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
56055605
* @param content the {@link com.google.api.services.netapp.v1.model.KmsConfig}
56065606
* @return the request
@@ -5628,7 +5628,7 @@ public class Patch extends NetAppFilesRequest<com.google.api.services.netapp.v1.
56285628
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
56295629
* be called to initialize this instance immediately after invoking the constructor. </p>
56305630
*
5631-
* @param name Identifier. Name of the KmsConfig. Format:
5631+
* @param name Identifier. Name of the `KmsConfig`. Format:
56325632
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
56335633
* @param content the {@link com.google.api.services.netapp.v1.model.KmsConfig}
56345634
* @since 1.13
@@ -5699,21 +5699,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
56995699
}
57005700

57015701
/**
5702-
* Identifier. Name of the KmsConfig. Format:
5702+
* Identifier. Name of the `KmsConfig`. Format:
57035703
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57045704
*/
57055705
@com.google.api.client.util.Key
57065706
private java.lang.String name;
57075707

5708-
/** Identifier. Name of the KmsConfig. Format:
5708+
/** Identifier. Name of the `KmsConfig`. Format:
57095709
`projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57105710
*/
57115711
public java.lang.String getName() {
57125712
return name;
57135713
}
57145714

57155715
/**
5716-
* Identifier. Name of the KmsConfig. Format:
5716+
* Identifier. Name of the `KmsConfig`. Format:
57175717
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
57185718
*/
57195719
public Patch setName(java.lang.String name) {
@@ -7648,7 +7648,7 @@ public Ontap ontap() {
76487648
public class Ontap {
76497649

76507650
/**
7651-
* `ExecuteOntapDelete` dispatches the ONTAP `DELETE` request to the `StoragePool` cluster.
7651+
* `ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.
76527652
*
76537653
* Create a request for the method "ontap.executeOntapDelete".
76547654
*
@@ -7675,7 +7675,7 @@ public class ExecuteOntapDelete extends NetAppFilesRequest<com.google.api.servic
76757675
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
76767676

76777677
/**
7678-
* `ExecuteOntapDelete` dispatches the ONTAP `DELETE` request to the `StoragePool` cluster.
7678+
* `ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool` cluster.
76797679
*
76807680
* Create a request for the method "ontap.executeOntapDelete".
76817681
*
@@ -7795,7 +7795,7 @@ public ExecuteOntapDelete set(String parameterName, Object value) {
77957795
}
77967796
}
77977797
/**
7798-
* `ExecuteOntapGet` dispatches the ONTAP `GET` request to the `StoragePool` cluster.
7798+
* `ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
77997799
*
78007800
* Create a request for the method "ontap.executeOntapGet".
78017801
*
@@ -7822,7 +7822,7 @@ public class ExecuteOntapGet extends NetAppFilesRequest<com.google.api.services.
78227822
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
78237823

78247824
/**
7825-
* `ExecuteOntapGet` dispatches the ONTAP `GET` request to the `StoragePool` cluster.
7825+
* `ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
78267826
*
78277827
* Create a request for the method "ontap.executeOntapGet".
78287828
*
@@ -7952,7 +7952,7 @@ public ExecuteOntapGet set(String parameterName, Object value) {
79527952
}
79537953
}
79547954
/**
7955-
* `ExecuteOntapPatch` dispatches the ONTAP `PATCH` request to the `StoragePool` cluster.
7955+
* `ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.
79567956
*
79577957
* Create a request for the method "ontap.executeOntapPatch".
79587958
*
@@ -7980,7 +7980,7 @@ public class ExecuteOntapPatch extends NetAppFilesRequest<com.google.api.service
79807980
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
79817981

79827982
/**
7983-
* `ExecuteOntapPatch` dispatches the ONTAP `PATCH` request to the `StoragePool` cluster.
7983+
* `ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool` cluster.
79847984
*
79857985
* Create a request for the method "ontap.executeOntapPatch".
79867986
*
@@ -8101,15 +8101,15 @@ public ExecuteOntapPatch set(String parameterName, Object value) {
81018101
}
81028102
}
81038103
/**
8104-
* `ExecuteOntapPost` dispatches the ONTAP `POST` request to the `StoragePool` cluster.
8104+
* `ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
81058105
*
81068106
* Create a request for the method "ontap.executeOntapPost".
81078107
*
81088108
* This request holds the parameters needed by the netapp server. After setting any optional
81098109
* parameters, call the {@link ExecuteOntapPost#execute()} method to invoke the remote operation.
81108110
*
8111-
* @param ontapPath Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{loc
8112-
* ation_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8111+
* @param ontapPath Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}
8112+
* /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
81138113
* `projects/123456789/locations/us-central1/storagePools/my-storage-
81148114
* pool/ontap/api/storage/volumes`.
81158115
* @param content the {@link com.google.api.services.netapp.v1.model.ExecuteOntapPostRequest}
@@ -8129,7 +8129,7 @@ public class ExecuteOntapPost extends NetAppFilesRequest<com.google.api.services
81298129
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/storagePools/[^/]+/ontap/.*$");
81308130

81318131
/**
8132-
* `ExecuteOntapPost` dispatches the ONTAP `POST` request to the `StoragePool` cluster.
8132+
* `ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
81338133
*
81348134
* Create a request for the method "ontap.executeOntapPost".
81358135
*
@@ -8139,8 +8139,8 @@ public class ExecuteOntapPost extends NetAppFilesRequest<com.google.api.services
81398139
* ClientRequest)} must be called to initialize this instance immediately after invoking the
81408140
* constructor. </p>
81418141
*
8142-
* @param ontapPath Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{loc
8143-
* ation_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8142+
* @param ontapPath Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id}
8143+
* /storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
81448144
* `projects/123456789/locations/us-central1/storagePools/my-storage-
81458145
* pool/ontap/api/storage/volumes`.
81468146
* @param content the {@link com.google.api.services.netapp.v1.model.ExecuteOntapPostRequest}
@@ -8212,26 +8212,26 @@ public ExecuteOntapPost setUploadProtocol(java.lang.String uploadProtocol) {
82128212
}
82138213

82148214
/**
8215-
* Required. The resource path of the ONTAP resource. Format: `projects/{project_number}
8216-
* /locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`.
8217-
* For example: `projects/123456789/locations/us-central1/storagePools/my-storage-
8215+
* Required. The path of the ONTAP resource. Format: `projects/{project_number}/location
8216+
* s/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For
8217+
* example: `projects/123456789/locations/us-central1/storagePools/my-storage-
82188218
* pool/ontap/api/storage/volumes`.
82198219
*/
82208220
@com.google.api.client.util.Key
82218221
private java.lang.String ontapPath;
82228222

8223-
/** Required. The resource path of the ONTAP resource. Format: `projects/{project_number}/locations/{lo
8224-
cation_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
8223+
/** Required. The path of the ONTAP resource. Format: `projects/{project_number}/locations/{location_id
8224+
}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For example:
82258225
`projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes`.
82268226
*/
82278227
public java.lang.String getOntapPath() {
82288228
return ontapPath;
82298229
}
82308230

82318231
/**
8232-
* Required. The resource path of the ONTAP resource. Format: `projects/{project_number}
8233-
* /locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`.
8234-
* For example: `projects/123456789/locations/us-central1/storagePools/my-storage-
8232+
* Required. The path of the ONTAP resource. Format: `projects/{project_number}/location
8233+
* s/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}`. For
8234+
* example: `projects/123456789/locations/us-central1/storagePools/my-storage-
82358235
* pool/ontap/api/storage/volumes`.
82368236
*/
82378237
public ExecuteOntapPost setOntapPath(java.lang.String ontapPath) {

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ public final class Backup extends com.google.api.client.json.GenericJson {
113113
private java.lang.String sourceSnapshot;
114114

115115
/**
116-
* Volume full name of this backup belongs to. Either source_volume or ontap_source should be
117-
* provided. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
116+
* The resource name of the volume that this backup belongs to. You must provide either
117+
* `source_volume` or `ontap_source`. Format:
118+
* `projects/{project_id}/locations/{location}/volumes/{volume_id}`
118119
* The value may be {@code null}.
119120
*/
120121
@com.google.api.client.util.Key
@@ -343,17 +344,19 @@ public Backup setSourceSnapshot(java.lang.String sourceSnapshot) {
343344
}
344345

345346
/**
346-
* Volume full name of this backup belongs to. Either source_volume or ontap_source should be
347-
* provided. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
347+
* The resource name of the volume that this backup belongs to. You must provide either
348+
* `source_volume` or `ontap_source`. Format:
349+
* `projects/{project_id}/locations/{location}/volumes/{volume_id}`
348350
* @return value or {@code null} for none
349351
*/
350352
public java.lang.String getSourceVolume() {
351353
return sourceVolume;
352354
}
353355

354356
/**
355-
* Volume full name of this backup belongs to. Either source_volume or ontap_source should be
356-
* provided. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
357+
* The resource name of the volume that this backup belongs to. You must provide either
358+
* `source_volume` or `ontap_source`. Format:
359+
* `projects/{project_id}/locations/{location}/volumes/{volume_id}`
357360
* @param sourceVolume sourceVolume or {@code null} for none
358361
*/
359362
public Backup setSourceVolume(java.lang.String sourceVolume) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class EstablishVolumePeeringRequest extends com.google.api.client.j
3838
private java.lang.String peerClusterName;
3939

4040
/**
41-
* Optional. List of IPv4 ip addresses to be used for peering.
41+
* Optional. List of IPv4 IP addresses to be used for peering.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -77,15 +77,15 @@ public EstablishVolumePeeringRequest setPeerClusterName(java.lang.String peerClu
7777
}
7878

7979
/**
80-
* Optional. List of IPv4 ip addresses to be used for peering.
80+
* Optional. List of IPv4 IP addresses to be used for peering.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.util.List<java.lang.String> getPeerIpAddresses() {
8484
return peerIpAddresses;
8585
}
8686

8787
/**
88-
* Optional. List of IPv4 ip addresses to be used for peering.
88+
* Optional. List of IPv4 IP addresses to be used for peering.
8989
* @param peerIpAddresses peerIpAddresses or {@code null} for none
9090
*/
9191
public EstablishVolumePeeringRequest setPeerIpAddresses(java.util.List<java.lang.String> peerIpAddresses) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public final class KmsConfig extends com.google.api.client.json.GenericJson {
6666
private java.util.Map<String, java.lang.String> labels;
6767

6868
/**
69-
* Identifier. Name of the KmsConfig. Format:
69+
* Identifier. Name of the `KmsConfig`. Format:
7070
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
7171
* The value may be {@code null}.
7272
*/
@@ -183,7 +183,7 @@ public KmsConfig setLabels(java.util.Map<String, java.lang.String> labels) {
183183
}
184184

185185
/**
186-
* Identifier. Name of the KmsConfig. Format:
186+
* Identifier. Name of the `KmsConfig`. Format:
187187
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
188188
* @return value or {@code null} for none
189189
*/
@@ -192,7 +192,7 @@ public java.lang.String getName() {
192192
}
193193

194194
/**
195-
* Identifier. Name of the KmsConfig. Format:
195+
* Identifier. Name of the `KmsConfig`. Format:
196196
* `projects/{project}/locations/{location}/kmsConfigs/{kms_config}`
197197
* @param name name or {@code null} for none
198198
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* 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
21+
* 4.8 TiB to 20 PiB; it is composed of multiple internal constituents, and must be created in a
2222
* large capacity pool.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class RestoreParameters extends com.google.api.client.json.GenericJ
3131

3232
/**
3333
* Full name of the backup resource. Format for standard backup:
34-
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
34+
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.
3535
* Format for BackupDR backup: projects/{project}/locations/{location}/backupVaults/{backup_vault}
3636
* /dataSources/{data_source}/backups/{backup}
3737
* The value may be {@code null}.
@@ -49,7 +49,7 @@ public final class RestoreParameters extends com.google.api.client.json.GenericJ
4949

5050
/**
5151
* Full name of the backup resource. Format for standard backup:
52-
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
52+
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.
5353
* Format for BackupDR backup: projects/{project}/locations/{location}/backupVaults/{backup_vault}
5454
* /dataSources/{data_source}/backups/{backup}
5555
* @return value or {@code null} for none
@@ -60,7 +60,7 @@ public java.lang.String getSourceBackup() {
6060

6161
/**
6262
* Full name of the backup resource. Format for standard backup:
63-
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
63+
* projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.
6464
* Format for BackupDR backup: projects/{project}/locations/{location}/backupVaults/{backup_vault}
6565
* /dataSources/{data_source}/backups/{backup}
6666
* @param sourceBackup sourceBackup 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
@@ -150,8 +150,8 @@ public final class StoragePool extends com.google.api.client.json.GenericJson {
150150

151151
/**
152152
* Optional. Mode of the storage pool. This field is used to control whether the user can perform
153-
* the ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified
154-
* during creation, it defaults to `DEFAULT`.
153+
* ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified during
154+
* creation, it defaults to `DEFAULT`.
155155
* The value may be {@code null}.
156156
*/
157157
@com.google.api.client.util.Key
@@ -566,8 +566,8 @@ public StoragePool setLdapEnabled(java.lang.Boolean ldapEnabled) {
566566

567567
/**
568568
* Optional. Mode of the storage pool. This field is used to control whether the user can perform
569-
* the ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified
570-
* during creation, it defaults to `DEFAULT`.
569+
* ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified during
570+
* creation, it defaults to `DEFAULT`.
571571
* @return value or {@code null} for none
572572
*/
573573
public java.lang.String getMode() {
@@ -576,8 +576,8 @@ public java.lang.String getMode() {
576576

577577
/**
578578
* Optional. Mode of the storage pool. This field is used to control whether the user can perform
579-
* the ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified
580-
* during creation, it defaults to `DEFAULT`.
579+
* ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified during
580+
* creation, it defaults to `DEFAULT`.
581581
* @param mode mode or {@code null} for none
582582
*/
583583
public StoragePool setMode(java.lang.String mode) {

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

0 commit comments

Comments
 (0)