Skip to content

Commit 5e4b391

Browse files
1 parent b4232e4 commit 5e4b391

15 files changed

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

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

Lines changed: 1793 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
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+
* Message describing information about the host.
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 Host extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. The cloud instance id of the host.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String cloudInstanceId;
39+
40+
/**
41+
* Output only. The cloud project id of the host.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String cloudProjectId;
46+
47+
/**
48+
* Output only. The cloud provider of the host.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String cloudProvider;
53+
54+
/**
55+
* Output only. The cloud region of the host.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String cloudRegion;
60+
61+
/**
62+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.String cloudVpcId;
67+
68+
/**
69+
* Output only. The cloud zone of the host.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String cloudZone;
74+
75+
/**
76+
* Output only. The operating system of the host.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String os;
81+
82+
/**
83+
* Output only. The cloud instance id of the host.
84+
* @return value or {@code null} for none
85+
*/
86+
public java.lang.String getCloudInstanceId() {
87+
return cloudInstanceId;
88+
}
89+
90+
/**
91+
* Output only. The cloud instance id of the host.
92+
* @param cloudInstanceId cloudInstanceId or {@code null} for none
93+
*/
94+
public Host setCloudInstanceId(java.lang.String cloudInstanceId) {
95+
this.cloudInstanceId = cloudInstanceId;
96+
return this;
97+
}
98+
99+
/**
100+
* Output only. The cloud project id of the host.
101+
* @return value or {@code null} for none
102+
*/
103+
public java.lang.String getCloudProjectId() {
104+
return cloudProjectId;
105+
}
106+
107+
/**
108+
* Output only. The cloud project id of the host.
109+
* @param cloudProjectId cloudProjectId or {@code null} for none
110+
*/
111+
public Host setCloudProjectId(java.lang.String cloudProjectId) {
112+
this.cloudProjectId = cloudProjectId;
113+
return this;
114+
}
115+
116+
/**
117+
* Output only. The cloud provider of the host.
118+
* @return value or {@code null} for none
119+
*/
120+
public java.lang.String getCloudProvider() {
121+
return cloudProvider;
122+
}
123+
124+
/**
125+
* Output only. The cloud provider of the host.
126+
* @param cloudProvider cloudProvider or {@code null} for none
127+
*/
128+
public Host setCloudProvider(java.lang.String cloudProvider) {
129+
this.cloudProvider = cloudProvider;
130+
return this;
131+
}
132+
133+
/**
134+
* Output only. The cloud region of the host.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.lang.String getCloudRegion() {
138+
return cloudRegion;
139+
}
140+
141+
/**
142+
* Output only. The cloud region of the host.
143+
* @param cloudRegion cloudRegion or {@code null} for none
144+
*/
145+
public Host setCloudRegion(java.lang.String cloudRegion) {
146+
this.cloudRegion = cloudRegion;
147+
return this;
148+
}
149+
150+
/**
151+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
152+
* @return value or {@code null} for none
153+
*/
154+
public java.lang.String getCloudVpcId() {
155+
return cloudVpcId;
156+
}
157+
158+
/**
159+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
160+
* @param cloudVpcId cloudVpcId or {@code null} for none
161+
*/
162+
public Host setCloudVpcId(java.lang.String cloudVpcId) {
163+
this.cloudVpcId = cloudVpcId;
164+
return this;
165+
}
166+
167+
/**
168+
* Output only. The cloud zone of the host.
169+
* @return value or {@code null} for none
170+
*/
171+
public java.lang.String getCloudZone() {
172+
return cloudZone;
173+
}
174+
175+
/**
176+
* Output only. The cloud zone of the host.
177+
* @param cloudZone cloudZone or {@code null} for none
178+
*/
179+
public Host setCloudZone(java.lang.String cloudZone) {
180+
this.cloudZone = cloudZone;
181+
return this;
182+
}
183+
184+
/**
185+
* Output only. The operating system of the host.
186+
* @return value or {@code null} for none
187+
*/
188+
public java.lang.String getOs() {
189+
return os;
190+
}
191+
192+
/**
193+
* Output only. The operating system of the host.
194+
* @param os os or {@code null} for none
195+
*/
196+
public Host setOs(java.lang.String os) {
197+
this.os = os;
198+
return this;
199+
}
200+
201+
@Override
202+
public Host set(String fieldName, Object value) {
203+
return (Host) super.set(fieldName, value);
204+
}
205+
206+
@Override
207+
public Host clone() {
208+
return (Host) super.clone();
209+
}
210+
211+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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+
* Message for response to listing MonitoringPoints
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 ListMonitoringPointsResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The list of MonitoringPoints.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<MonitoringPoint> monitoringPoints;
39+
40+
/**
41+
* A token identifying a page of results the server should return.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String nextPageToken;
46+
47+
/**
48+
* The list of MonitoringPoints.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.util.List<MonitoringPoint> getMonitoringPoints() {
52+
return monitoringPoints;
53+
}
54+
55+
/**
56+
* The list of MonitoringPoints.
57+
* @param monitoringPoints monitoringPoints or {@code null} for none
58+
*/
59+
public ListMonitoringPointsResponse setMonitoringPoints(java.util.List<MonitoringPoint> monitoringPoints) {
60+
this.monitoringPoints = monitoringPoints;
61+
return this;
62+
}
63+
64+
/**
65+
* A token identifying a page of results the server should return.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getNextPageToken() {
69+
return nextPageToken;
70+
}
71+
72+
/**
73+
* A token identifying a page of results the server should return.
74+
* @param nextPageToken nextPageToken or {@code null} for none
75+
*/
76+
public ListMonitoringPointsResponse setNextPageToken(java.lang.String nextPageToken) {
77+
this.nextPageToken = nextPageToken;
78+
return this;
79+
}
80+
81+
@Override
82+
public ListMonitoringPointsResponse set(String fieldName, Object value) {
83+
return (ListMonitoringPointsResponse) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public ListMonitoringPointsResponse clone() {
88+
return (ListMonitoringPointsResponse) super.clone();
89+
}
90+
91+
}

0 commit comments

Comments
 (0)