Skip to content

Commit 6eaf5bf

Browse files
1 parent 0f59811 commit 6eaf5bf

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
lines changed

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

clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/InstanceInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class InstanceInfo extends com.google.api.client.json.GenericJson {
7272
@com.google.api.client.util.Key
7373
private java.lang.String networkUri;
7474

75+
/**
76+
* URI of the PSC network attachment the NIC is attached to (if relevant).
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String pscNetworkAttachmentUri;
81+
7582
/**
7683
* Service account authorized for the instance.
7784
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public InstanceInfo setNetworkUri(java.lang.String networkUri) {
188195
return this;
189196
}
190197

198+
/**
199+
* URI of the PSC network attachment the NIC is attached to (if relevant).
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.String getPscNetworkAttachmentUri() {
203+
return pscNetworkAttachmentUri;
204+
}
205+
206+
/**
207+
* URI of the PSC network attachment the NIC is attached to (if relevant).
208+
* @param pscNetworkAttachmentUri pscNetworkAttachmentUri or {@code null} for none
209+
*/
210+
public InstanceInfo setPscNetworkAttachmentUri(java.lang.String pscNetworkAttachmentUri) {
211+
this.pscNetworkAttachmentUri = pscNetworkAttachmentUri;
212+
return this;
213+
}
214+
191215
/**
192216
* Service account authorized for the instance.
193217
* @return value or {@code null} for none

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1-rev20240612-2.0.0</version>
12-
<name>Network Management API v1-rev20240612-2.0.0</name>
11+
<version>v1-rev20240718-2.0.0</version>
12+
<name>Network Management API v1-rev20240718-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/InstanceInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class InstanceInfo extends com.google.api.client.json.GenericJson {
7272
@com.google.api.client.util.Key
7373
private java.lang.String networkUri;
7474

75+
/**
76+
* URI of the PSC network attachment the NIC is attached to (if relevant).
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String pscNetworkAttachmentUri;
81+
7582
/**
7683
* Service account authorized for the instance.
7784
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public InstanceInfo setNetworkUri(java.lang.String networkUri) {
188195
return this;
189196
}
190197

198+
/**
199+
* URI of the PSC network attachment the NIC is attached to (if relevant).
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.String getPscNetworkAttachmentUri() {
203+
return pscNetworkAttachmentUri;
204+
}
205+
206+
/**
207+
* URI of the PSC network attachment the NIC is attached to (if relevant).
208+
* @param pscNetworkAttachmentUri pscNetworkAttachmentUri or {@code null} for none
209+
*/
210+
public InstanceInfo setPscNetworkAttachmentUri(java.lang.String pscNetworkAttachmentUri) {
211+
this.pscNetworkAttachmentUri = pscNetworkAttachmentUri;
212+
return this;
213+
}
214+
191215
/**
192216
* Service account authorized for the instance.
193217
* @return value or {@code null} for none

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1beta1-rev20240612-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20240612-2.0.0</name>
11+
<version>v1beta1-rev20240718-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20240718-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)