Skip to content

Commit 8fe221e

Browse files
1 parent ccc7922 commit 8fe221e

File tree

12 files changed

+386
-12
lines changed

12 files changed

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.networkmanagement.v1.model;
18+
19+
/**
20+
* For display only. Metadata associated with a hybrid subnet.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class HybridSubnetInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Name of a hybrid subnet.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String displayName;
39+
40+
/**
41+
* Name of a Google Cloud region where the hybrid subnet is configured.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String region;
46+
47+
/**
48+
* URI of a hybrid subnet.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String uri;
53+
54+
/**
55+
* Name of a hybrid subnet.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.String getDisplayName() {
59+
return displayName;
60+
}
61+
62+
/**
63+
* Name of a hybrid subnet.
64+
* @param displayName displayName or {@code null} for none
65+
*/
66+
public HybridSubnetInfo setDisplayName(java.lang.String displayName) {
67+
this.displayName = displayName;
68+
return this;
69+
}
70+
71+
/**
72+
* Name of a Google Cloud region where the hybrid subnet is configured.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getRegion() {
76+
return region;
77+
}
78+
79+
/**
80+
* Name of a Google Cloud region where the hybrid subnet is configured.
81+
* @param region region or {@code null} for none
82+
*/
83+
public HybridSubnetInfo setRegion(java.lang.String region) {
84+
this.region = region;
85+
return this;
86+
}
87+
88+
/**
89+
* URI of a hybrid subnet.
90+
* @return value or {@code null} for none
91+
*/
92+
public java.lang.String getUri() {
93+
return uri;
94+
}
95+
96+
/**
97+
* URI of a hybrid subnet.
98+
* @param uri uri or {@code null} for none
99+
*/
100+
public HybridSubnetInfo setUri(java.lang.String uri) {
101+
this.uri = uri;
102+
return this;
103+
}
104+
105+
@Override
106+
public HybridSubnetInfo set(String fieldName, Object value) {
107+
return (HybridSubnetInfo) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public HybridSubnetInfo clone() {
112+
return (HybridSubnetInfo) super.clone();
113+
}
114+
115+
}

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,27 @@ public final class InterconnectAttachmentInfo extends com.google.api.client.json
5151
@com.google.api.client.util.Key
5252
private java.lang.String interconnectUri;
5353

54+
/**
55+
* Appliance IP address that was matched for L2_DEDICATED attachments.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String l2AttachmentMatchedIpAddress;
60+
5461
/**
5562
* Name of a Google Cloud region where the Interconnect attachment is configured.
5663
* The value may be {@code null}.
5764
*/
5865
@com.google.api.client.util.Key
5966
private java.lang.String region;
6067

68+
/**
69+
* The type of interconnect attachment this is.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String type;
74+
6175
/**
6276
* URI of an Interconnect attachment.
6377
* The value may be {@code null}.
@@ -116,6 +130,23 @@ public InterconnectAttachmentInfo setInterconnectUri(java.lang.String interconne
116130
return this;
117131
}
118132

133+
/**
134+
* Appliance IP address that was matched for L2_DEDICATED attachments.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.lang.String getL2AttachmentMatchedIpAddress() {
138+
return l2AttachmentMatchedIpAddress;
139+
}
140+
141+
/**
142+
* Appliance IP address that was matched for L2_DEDICATED attachments.
143+
* @param l2AttachmentMatchedIpAddress l2AttachmentMatchedIpAddress or {@code null} for none
144+
*/
145+
public InterconnectAttachmentInfo setL2AttachmentMatchedIpAddress(java.lang.String l2AttachmentMatchedIpAddress) {
146+
this.l2AttachmentMatchedIpAddress = l2AttachmentMatchedIpAddress;
147+
return this;
148+
}
149+
119150
/**
120151
* Name of a Google Cloud region where the Interconnect attachment is configured.
121152
* @return value or {@code null} for none
@@ -133,6 +164,23 @@ public InterconnectAttachmentInfo setRegion(java.lang.String region) {
133164
return this;
134165
}
135166

167+
/**
168+
* The type of interconnect attachment this is.
169+
* @return value or {@code null} for none
170+
*/
171+
public java.lang.String getType() {
172+
return type;
173+
}
174+
175+
/**
176+
* The type of interconnect attachment this is.
177+
* @param type type or {@code null} for none
178+
*/
179+
public InterconnectAttachmentInfo setType(java.lang.String type) {
180+
this.type = type;
181+
return this;
182+
}
183+
136184
/**
137185
* URI of an Interconnect attachment.
138186
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ public final class Step extends com.google.api.client.json.GenericJson {
145145
@com.google.api.client.util.Key
146146
private GoogleServiceInfo googleService;
147147

148+
/**
149+
* Display information of a hybrid subnet.
150+
* The value may be {@code null}.
151+
*/
152+
@com.google.api.client.util.Key
153+
private HybridSubnetInfo hybridSubnet;
154+
148155
/**
149156
* Display information of a Compute Engine instance.
150157
* The value may be {@code null}.
@@ -549,6 +556,23 @@ public Step setGoogleService(GoogleServiceInfo googleService) {
549556
return this;
550557
}
551558

559+
/**
560+
* Display information of a hybrid subnet.
561+
* @return value or {@code null} for none
562+
*/
563+
public HybridSubnetInfo getHybridSubnet() {
564+
return hybridSubnet;
565+
}
566+
567+
/**
568+
* Display information of a hybrid subnet.
569+
* @param hybridSubnet hybridSubnet or {@code null} for none
570+
*/
571+
public Step setHybridSubnet(HybridSubnetInfo hybridSubnet) {
572+
this.hybridSubnet = hybridSubnet;
573+
return this;
574+
}
575+
552576
/**
553577
* Display information of a Compute Engine instance.
554578
* @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-rev20250813-2.0.0</version>
12-
<name>Network Management API v1-rev20250813-2.0.0</name>
11+
<version>v1-rev20250901-2.0.0</version>
12+
<name>Network Management API v1-rev20250901-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-rev20250813-2.0.0</version>
25+
<version>v1-rev20250901-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-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250901-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-rev20250813-2.0.0</version>
25+
<version>v1beta1-rev20250901-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-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250901-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)