Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkmanagement</artifactId>
<version>v1-rev20260506-2.0.0</version>
<version>v1-rev20260513-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260506-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260513-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.networkmanagement.v1.model;

/**
* Message for response for getting Monitoring Point configuration of a NetworkMonitoringProvider
* resource.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
* see:
* <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>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class GenerateMonitoringPointConfigResponse extends com.google.api.client.json.GenericJson {

/**
* The Monitoring Point configuration of the provider in JSON format.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map<String, java.lang.Object> config;

/**
* The Monitoring Point configuration of the provider in JSON format.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.Object> getConfig() {
return config;
}

/**
* The Monitoring Point configuration of the provider in JSON format.
* @param config config or {@code null} for none
*/
public GenerateMonitoringPointConfigResponse setConfig(java.util.Map<String, java.lang.Object> config) {
this.config = config;
return this;
}

@Override
public GenerateMonitoringPointConfigResponse set(String fieldName, Object value) {
return (GenerateMonitoringPointConfigResponse) super.set(fieldName, value);
}

@Override
public GenerateMonitoringPointConfigResponse clone() {
return (GenerateMonitoringPointConfigResponse) super.clone();
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.networkmanagement.v1.model;

/**
* Message for response for generating an access token for a NetworkMonitoringProvider resource.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
* see:
* <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>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class GenerateProviderAccessTokenResponse extends com.google.api.client.json.GenericJson {

/**
* Provider access token for the NetworkMonitoringProvider resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String providerAccessToken;

/**
* Provider access token for the NetworkMonitoringProvider resource.
* @return value or {@code null} for none
*/
public java.lang.String getProviderAccessToken() {
return providerAccessToken;
}

/**
* Provider access token for the NetworkMonitoringProvider resource.
* @param providerAccessToken providerAccessToken or {@code null} for none
*/
public GenerateProviderAccessTokenResponse setProviderAccessToken(java.lang.String providerAccessToken) {
this.providerAccessToken = providerAccessToken;
return this;
}

@Override
public GenerateProviderAccessTokenResponse set(String fieldName, Object value) {
return (GenerateProviderAccessTokenResponse) super.set(fieldName, value);
}

@Override
public GenerateProviderAccessTokenResponse clone() {
return (GenerateProviderAccessTokenResponse) super.clone();
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.networkmanagement.v1.model;

/**
* The geographical location of the MonitoringPoint.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
* see:
* <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>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class GeoLocation extends com.google.api.client.json.GenericJson {

/**
* Formatted address.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String formattedAddress;

/**
* Unicode CLDR region code.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String regionCode;

/**
* Formatted address.
* @return value or {@code null} for none
*/
public java.lang.String getFormattedAddress() {
return formattedAddress;
}

/**
* Formatted address.
* @param formattedAddress formattedAddress or {@code null} for none
*/
public GeoLocation setFormattedAddress(java.lang.String formattedAddress) {
this.formattedAddress = formattedAddress;
return this;
}

/**
* Unicode CLDR region code.
* @return value or {@code null} for none
*/
public java.lang.String getRegionCode() {
return regionCode;
}

/**
* Unicode CLDR region code.
* @param regionCode regionCode or {@code null} for none
*/
public GeoLocation setRegionCode(java.lang.String regionCode) {
this.regionCode = regionCode;
return this;
}

@Override
public GeoLocation set(String fieldName, Object value) {
return (GeoLocation) super.set(fieldName, value);
}

@Override
public GeoLocation clone() {
return (GeoLocation) super.clone();
}

}
Loading