Skip to content

Commit 9cd9d52

Browse files
1 parent 5850c83 commit 9cd9d52

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

clients/google-api-services-trafficdirector/v3/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-trafficdirector</artifactId>
25-
<version>v3-rev20250618-2.0.0</version>
25+
<version>v3-rev20250827-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-trafficdirector:v3-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-trafficdirector:v3-rev20250827-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-trafficdirector/v3/2.0.0/com/google/api/services/trafficdirector/v3/model/SocketAddress.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ public final class SocketAddress extends com.google.api.client.json.GenericJson
6464
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
6565
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
6666
* network namespace. .. note:: Setting this parameter requires Envoy to run with the
67-
* ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. ..
68-
* attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no
69-
* effect.
67+
* ``CAP_NET_ADMIN`` capability. .. attention:: Network namespaces are only configurable on Linux.
68+
* Otherwise, this field has no effect.
7069
* The value may be {@code null}.
7170
*/
7271
@com.google.api.client.util.Key
@@ -169,9 +168,8 @@ public SocketAddress setNamedPort(java.lang.String namedPort) {
169168
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
170169
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
171170
* network namespace. .. note:: Setting this parameter requires Envoy to run with the
172-
* ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. ..
173-
* attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no
174-
* effect.
171+
* ``CAP_NET_ADMIN`` capability. .. attention:: Network namespaces are only configurable on Linux.
172+
* Otherwise, this field has no effect.
175173
* @return value or {@code null} for none
176174
*/
177175
public java.lang.String getNetworkNamespaceFilepath() {
@@ -182,9 +180,8 @@ public java.lang.String getNetworkNamespaceFilepath() {
182180
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
183181
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
184182
* network namespace. .. note:: Setting this parameter requires Envoy to run with the
185-
* ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. ..
186-
* attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no
187-
* effect.
183+
* ``CAP_NET_ADMIN`` capability. .. attention:: Network namespaces are only configurable on Linux.
184+
* Otherwise, this field has no effect.
188185
* @param networkNamespaceFilepath networkNamespaceFilepath or {@code null} for none
189186
*/
190187
public SocketAddress setNetworkNamespaceFilepath(java.lang.String networkNamespaceFilepath) {

clients/google-api-services-trafficdirector/v3/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-trafficdirector</artifactId>
11-
<version>v3-rev20250618-2.0.0</version>
12-
<name>Traffic Director API v3-rev20250618-2.0.0</name>
11+
<version>v3-rev20250827-2.0.0</version>
12+
<name>Traffic Director API v3-rev20250827-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-trafficdirector/v3/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-trafficdirector</artifactId>
25-
<version>v3-rev20250618-2.0.0</version>
25+
<version>v3-rev20250827-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-trafficdirector:v3-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-trafficdirector:v3-rev20250827-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)