Skip to content

Commit 8044f45

Browse files
1 parent 832a901 commit 8044f45

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

clients/google-api-services-file/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-file</artifactId>
25-
<version>v1-rev20251204-2.0.0</version>
25+
<version>v1-rev20260114-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-file:v1-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20260114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/NetworkConfig.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
4747
private java.util.List<java.lang.String> ipAddresses;
4848

4949
/**
50-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
51-
* only MODE_IPV4 is supported.
50+
* Internet protocol versions for which the instance has IP addresses assigned.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -130,17 +129,15 @@ public NetworkConfig setIpAddresses(java.util.List<java.lang.String> ipAddresses
130129
}
131130

132131
/**
133-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
134-
* only MODE_IPV4 is supported.
132+
* Internet protocol versions for which the instance has IP addresses assigned.
135133
* @return value or {@code null} for none
136134
*/
137135
public java.util.List<java.lang.String> getModes() {
138136
return modes;
139137
}
140138

141139
/**
142-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
143-
* only MODE_IPV4 is supported.
140+
* Internet protocol versions for which the instance has IP addresses assigned.
144141
* @param modes modes or {@code null} for none
145142
*/
146143
public NetworkConfig setModes(java.util.List<java.lang.String> modes) {

clients/google-api-services-file/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-file</artifactId>
11-
<version>v1-rev20251204-2.0.0</version>
12-
<name>Cloud Filestore API v1-rev20251204-2.0.0</name>
11+
<version>v1-rev20260114-2.0.0</version>
12+
<name>Cloud Filestore API v1-rev20260114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-file/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-file</artifactId>
25-
<version>v1-rev20251204-2.0.0</version>
25+
<version>v1-rev20260114-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-file:v1-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20260114-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/NetworkConfig.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
4747
private java.util.List<java.lang.String> ipAddresses;
4848

4949
/**
50-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
51-
* only MODE_IPV4 is supported.
50+
* Internet protocol versions for which the instance has IP addresses assigned.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -130,17 +129,15 @@ public NetworkConfig setIpAddresses(java.util.List<java.lang.String> ipAddresses
130129
}
131130

132131
/**
133-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
134-
* only MODE_IPV4 is supported.
132+
* Internet protocol versions for which the instance has IP addresses assigned.
135133
* @return value or {@code null} for none
136134
*/
137135
public java.util.List<java.lang.String> getModes() {
138136
return modes;
139137
}
140138

141139
/**
142-
* Internet protocol versions for which the instance has IP addresses assigned. For this version,
143-
* only MODE_IPV4 is supported.
140+
* Internet protocol versions for which the instance has IP addresses assigned.
144141
* @param modes modes or {@code null} for none
145142
*/
146143
public NetworkConfig setModes(java.util.List<java.lang.String> modes) {

clients/google-api-services-file/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-file</artifactId>
11-
<version>v1beta1-rev20251204-2.0.0</version>
12-
<name>Cloud Filestore API v1beta1-rev20251204-2.0.0</name>
11+
<version>v1beta1-rev20260114-2.0.0</version>
12+
<name>Cloud Filestore API v1beta1-rev20260114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)