Skip to content

Commit 912a89b

Browse files
1 parent 5ef0696 commit 912a89b

22 files changed

Lines changed: 5747 additions & 12 deletions

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-rev20260506-2.0.0</version>
25+
<version>v1-rev20260513-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-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260513-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: 2853 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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 for getting Monitoring Point configuration of a NetworkMonitoringProvider
21+
* resource.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
25+
* see:
26+
* <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>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class GenerateMonitoringPointConfigResponse extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* The Monitoring Point configuration of the provider in JSON format.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.util.Map<String, java.lang.Object> config;
40+
41+
/**
42+
* The Monitoring Point configuration of the provider in JSON format.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.util.Map<String, java.lang.Object> getConfig() {
46+
return config;
47+
}
48+
49+
/**
50+
* The Monitoring Point configuration of the provider in JSON format.
51+
* @param config config or {@code null} for none
52+
*/
53+
public GenerateMonitoringPointConfigResponse setConfig(java.util.Map<String, java.lang.Object> config) {
54+
this.config = config;
55+
return this;
56+
}
57+
58+
@Override
59+
public GenerateMonitoringPointConfigResponse set(String fieldName, Object value) {
60+
return (GenerateMonitoringPointConfigResponse) super.set(fieldName, value);
61+
}
62+
63+
@Override
64+
public GenerateMonitoringPointConfigResponse clone() {
65+
return (GenerateMonitoringPointConfigResponse) super.clone();
66+
}
67+
68+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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 for generating an access token for a NetworkMonitoringProvider resource.
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 GenerateProviderAccessTokenResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Provider access token for the NetworkMonitoringProvider resource.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String providerAccessToken;
39+
40+
/**
41+
* Provider access token for the NetworkMonitoringProvider resource.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getProviderAccessToken() {
45+
return providerAccessToken;
46+
}
47+
48+
/**
49+
* Provider access token for the NetworkMonitoringProvider resource.
50+
* @param providerAccessToken providerAccessToken or {@code null} for none
51+
*/
52+
public GenerateProviderAccessTokenResponse setProviderAccessToken(java.lang.String providerAccessToken) {
53+
this.providerAccessToken = providerAccessToken;
54+
return this;
55+
}
56+
57+
@Override
58+
public GenerateProviderAccessTokenResponse set(String fieldName, Object value) {
59+
return (GenerateProviderAccessTokenResponse) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GenerateProviderAccessTokenResponse clone() {
64+
return (GenerateProviderAccessTokenResponse) super.clone();
65+
}
66+
67+
}
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+
* The geographical location of the MonitoringPoint.
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 GeoLocation extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Formatted address.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String formattedAddress;
39+
40+
/**
41+
* Unicode CLDR region code.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String regionCode;
46+
47+
/**
48+
* Formatted address.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getFormattedAddress() {
52+
return formattedAddress;
53+
}
54+
55+
/**
56+
* Formatted address.
57+
* @param formattedAddress formattedAddress or {@code null} for none
58+
*/
59+
public GeoLocation setFormattedAddress(java.lang.String formattedAddress) {
60+
this.formattedAddress = formattedAddress;
61+
return this;
62+
}
63+
64+
/**
65+
* Unicode CLDR region code.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getRegionCode() {
69+
return regionCode;
70+
}
71+
72+
/**
73+
* Unicode CLDR region code.
74+
* @param regionCode regionCode or {@code null} for none
75+
*/
76+
public GeoLocation setRegionCode(java.lang.String regionCode) {
77+
this.regionCode = regionCode;
78+
return this;
79+
}
80+
81+
@Override
82+
public GeoLocation set(String fieldName, Object value) {
83+
return (GeoLocation) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GeoLocation clone() {
88+
return (GeoLocation) super.clone();
89+
}
90+
91+
}

0 commit comments

Comments
 (0)