Skip to content
Open
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-rev20260121-2.0.0</version>
<version>v1-rev20260130-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-rev20260121-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -337,7 +340,10 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
java.util.regex.Pattern.compile("^organizations/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -2342,7 +2348,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -2366,7 +2375,10 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,6 @@ public final class Step extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private GkePodInfo gkePod;

/**
* Display information of a Google-managed service.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleManagedServiceInfo googleManagedService;

/**
* Display information of a Google service
* The value may be {@code null}.
Expand Down Expand Up @@ -577,23 +570,6 @@ public Step setGkePod(GkePodInfo gkePod) {
return this;
}

/**
* Display information of a Google-managed service.
* @return value or {@code null} for none
*/
public GoogleManagedServiceInfo getGoogleManagedService() {
return googleManagedService;
}

/**
* Display information of a Google-managed service.
* @param googleManagedService googleManagedService or {@code null} for none
*/
public Step setGoogleManagedService(GoogleManagedServiceInfo googleManagedService) {
this.googleManagedService = googleManagedService;
return this;
}

/**
* Display information of a Google service
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkmanagement</artifactId>
<version>v1-rev20260121-2.0.0</version>
<name>Network Management API v1-rev20260121-2.0.0</name>
<version>v1-rev20260130-2.0.0</version>
<name>Network Management API v1-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-networkmanagement/v1/README.md
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-rev20260121-2.0.0</version>
<version>v1-rev20260130-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-rev20260121-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260130-2.0.0'
}
```

Expand Down
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>v1beta1-rev20260121-2.0.0</version>
<version>v1beta1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20260121-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -337,7 +340,10 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
java.util.regex.Pattern.compile("^organizations/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -2342,7 +2348,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -2366,7 +2375,10 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
@SuppressWarnings("javadoc")
public final class Endpoint extends com.google.api.client.json.GenericJson {

/**
* An [AlloyDB Instance](https://cloud.google.com/alloydb) URI.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String alloyDbInstance;

/**
* An [App Engine](https://cloud.google.com/appengine) [service
* version](https://cloud.google.com/appengine/docs/admin-
Expand Down Expand Up @@ -190,23 +183,6 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String redisInstance;

/**
* An [AlloyDB Instance](https://cloud.google.com/alloydb) URI.
* @return value or {@code null} for none
*/
public java.lang.String getAlloyDbInstance() {
return alloyDbInstance;
}

/**
* An [AlloyDB Instance](https://cloud.google.com/alloydb) URI.
* @param alloyDbInstance alloyDbInstance or {@code null} for none
*/
public Endpoint setAlloyDbInstance(java.lang.String alloyDbInstance) {
this.alloyDbInstance = alloyDbInstance;
return this;
}

/**
* An [App Engine](https://cloud.google.com/appengine) [service
* version](https://cloud.google.com/appengine/docs/admin-
Expand Down
Loading