diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md b/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md index c9a56ca1009..8f685922ad5 100644 --- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md +++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md @@ -1,6 +1,6 @@ # Cluster Director API Client Library for Java - +The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads. This page contains information about getting started with the Cluster Director API using the Google API Client Library for Java. In addition, you may be interested @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-hypercomputecluster - v1-rev20260121-2.0.0 + v1-rev20260204-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260121-2.0.0' + implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260204-2.0.0' } ``` diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/HypercomputeCluster.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/HypercomputeCluster.java index ac125d5f728..7a00237c46c 100644 --- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/HypercomputeCluster.java +++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/HypercomputeCluster.java @@ -20,7 +20,7 @@ * Service definition for HypercomputeCluster (v1). * *

- * + * The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads. *

* *

@@ -103,7 +103,7 @@ public class HypercomputeCluster extends com.google.api.client.googleapis.servic * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *

  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -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". * @@ -337,7 +340,10 @@ public class List extends HypercomputeClusterRequest *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *