Skip to content

Commit 81de62c

Browse files
1 parent 8c63c73 commit 81de62c

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
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-rev20250516-2.0.0</version>
25+
<version>v3-rev20250618-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-rev20250516-2.0.0'
38+
implementation 'com.google.apis:google-api-services-trafficdirector:v3-rev20250618-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: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ public final class SocketAddress extends com.google.api.client.json.GenericJson
6161
private java.lang.String namedPort;
6262

6363
/**
64-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket
65-
* in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
64+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
65+
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
66+
* 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.
6670
* The value may be {@code null}.
6771
*/
6872
@com.google.api.client.util.Key
@@ -162,17 +166,25 @@ public SocketAddress setNamedPort(java.lang.String namedPort) {
162166
}
163167

164168
/**
165-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket
166-
* in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
169+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
170+
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
171+
* 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.
167175
* @return value or {@code null} for none
168176
*/
169177
public java.lang.String getNetworkNamespaceFilepath() {
170178
return networkNamespaceFilepath;
171179
}
172180

173181
/**
174-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket
175-
* in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
182+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
183+
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
184+
* 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.
176188
* @param networkNamespaceFilepath networkNamespaceFilepath or {@code null} for none
177189
*/
178190
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-rev20250516-2.0.0</version>
12-
<name>Traffic Director API v3-rev20250516-2.0.0</name>
11+
<version>v3-rev20250618-2.0.0</version>
12+
<name>Traffic Director API v3-rev20250618-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-rev20250516-2.0.0</version>
25+
<version>v3-rev20250618-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-rev20250516-2.0.0'
38+
implementation 'com.google.apis:google-api-services-trafficdirector:v3-rev20250618-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)