Skip to content

Commit 2035d5f

Browse files
1 parent ba1dacf commit 2035d5f

File tree

10 files changed

+138
-24
lines changed

10 files changed

+138
-24
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-rev20250901-2.0.0</version>
25+
<version>v1-rev20250908-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250908-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449-
* documented otherwise. This is primarily for internal usage.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455-
otherwise. This is primarily for internal usage.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463-
* documented otherwise. This is primarily for internal usage.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ public final class SimpleExportPolicyRule extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.lang.String allowedClients;
4545

46+
/**
47+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
48+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long anonUid;
53+
4654
/**
4755
* Whether Unix root access will be granted.
4856
* The value may be {@code null}.
@@ -115,6 +123,15 @@ public final class SimpleExportPolicyRule extends com.google.api.client.json.Gen
115123
@com.google.api.client.util.Key
116124
private java.lang.Boolean nfsv4;
117125

126+
/**
127+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
128+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
129+
* if both are provided.
130+
* The value may be {@code null}.
131+
*/
132+
@com.google.api.client.util.Key
133+
private java.lang.String squashMode;
134+
118135
/**
119136
* Access type (ReadWrite, ReadOnly, None)
120137
* @return value or {@code null} for none
@@ -149,6 +166,25 @@ public SimpleExportPolicyRule setAllowedClients(java.lang.String allowedClients)
149166
return this;
150167
}
151168

169+
/**
170+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
171+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
172+
* @return value or {@code null} for none
173+
*/
174+
public java.lang.Long getAnonUid() {
175+
return anonUid;
176+
}
177+
178+
/**
179+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
180+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
181+
* @param anonUid anonUid or {@code null} for none
182+
*/
183+
public SimpleExportPolicyRule setAnonUid(java.lang.Long anonUid) {
184+
this.anonUid = anonUid;
185+
return this;
186+
}
187+
152188
/**
153189
* Whether Unix root access will be granted.
154190
* @return value or {@code null} for none
@@ -320,6 +356,27 @@ public SimpleExportPolicyRule setNfsv4(java.lang.Boolean nfsv4) {
320356
return this;
321357
}
322358

359+
/**
360+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
361+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
362+
* if both are provided.
363+
* @return value or {@code null} for none
364+
*/
365+
public java.lang.String getSquashMode() {
366+
return squashMode;
367+
}
368+
369+
/**
370+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
371+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
372+
* if both are provided.
373+
* @param squashMode squashMode or {@code null} for none
374+
*/
375+
public SimpleExportPolicyRule setSquashMode(java.lang.String squashMode) {
376+
this.squashMode = squashMode;
377+
return this;
378+
}
379+
323380
@Override
324381
public SimpleExportPolicyRule set(String fieldName, Object value) {
325382
return (SimpleExportPolicyRule) super.set(fieldName, value);

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-rev20250901-2.0.0</version>
12-
<name>NetApp API v1-rev20250901-2.0.0</name>
11+
<version>v1-rev20250908-2.0.0</version>
12+
<name>NetApp API v1-rev20250908-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-rev20250901-2.0.0</version>
25+
<version>v1-rev20250908-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1-rev20250908-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-rev20250901-2.0.0</version>
25+
<version>v1beta1-rev20250908-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250908-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449-
* documented otherwise. This is primarily for internal usage.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455-
otherwise. This is primarily for internal usage.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463-
* documented otherwise. This is primarily for internal usage.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ public final class SimpleExportPolicyRule extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.lang.String allowedClients;
4545

46+
/**
47+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
48+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long anonUid;
53+
4654
/**
4755
* Whether Unix root access will be granted.
4856
* The value may be {@code null}.
@@ -115,6 +123,15 @@ public final class SimpleExportPolicyRule extends com.google.api.client.json.Gen
115123
@com.google.api.client.util.Key
116124
private java.lang.Boolean nfsv4;
117125

126+
/**
127+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
128+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
129+
* if both are provided.
130+
* The value may be {@code null}.
131+
*/
132+
@com.google.api.client.util.Key
133+
private java.lang.String squashMode;
134+
118135
/**
119136
* Access type (ReadWrite, ReadOnly, None)
120137
* @return value or {@code null} for none
@@ -149,6 +166,25 @@ public SimpleExportPolicyRule setAllowedClients(java.lang.String allowedClients)
149166
return this;
150167
}
151168

169+
/**
170+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
171+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
172+
* @return value or {@code null} for none
173+
*/
174+
public java.lang.Long getAnonUid() {
175+
return anonUid;
176+
}
177+
178+
/**
179+
* Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required
180+
* when squash_mode is ROOT_SQUASH or ALL_SQUASH.
181+
* @param anonUid anonUid or {@code null} for none
182+
*/
183+
public SimpleExportPolicyRule setAnonUid(java.lang.Long anonUid) {
184+
this.anonUid = anonUid;
185+
return this;
186+
}
187+
152188
/**
153189
* Whether Unix root access will be granted.
154190
* @return value or {@code null} for none
@@ -320,6 +356,27 @@ public SimpleExportPolicyRule setNfsv4(java.lang.Boolean nfsv4) {
320356
return this;
321357
}
322358

359+
/**
360+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
361+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
362+
* if both are provided.
363+
* @return value or {@code null} for none
364+
*/
365+
public java.lang.String getSquashMode() {
366+
return squashMode;
367+
}
368+
369+
/**
370+
* Optional. Defines how user identity squashing is applied for this export rule. This field is
371+
* the preferred way to configure squashing behavior and takes precedence over `has_root_access`
372+
* if both are provided.
373+
* @param squashMode squashMode or {@code null} for none
374+
*/
375+
public SimpleExportPolicyRule setSquashMode(java.lang.String squashMode) {
376+
this.squashMode = squashMode;
377+
return this;
378+
}
379+
323380
@Override
324381
public SimpleExportPolicyRule set(String fieldName, Object value) {
325382
return (SimpleExportPolicyRule) super.set(fieldName, value);

clients/google-api-services-netapp/v1beta1/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>v1beta1-rev20250901-2.0.0</version>
12-
<name>NetApp API v1beta1-rev20250901-2.0.0</name>
11+
<version>v1beta1-rev20250908-2.0.0</version>
12+
<name>NetApp API v1beta1-rev20250908-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-netapp/v1beta1/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-rev20250901-2.0.0</version>
25+
<version>v1beta1-rev20250908-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-netapp:v1beta1-rev20250908-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)