diff --git a/clients/google-api-services-artifactregistry/v1/2.0.0/README.md b/clients/google-api-services-artifactregistry/v1/2.0.0/README.md
index 6d51957895d..d1395c5dfaa 100644
--- a/clients/google-api-services-artifactregistry/v1/2.0.0/README.md
+++ b/clients/google-api-services-artifactregistry/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1-rev20260102-2.0.0
+ v1-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20260102-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/ArtifactRegistry.java b/clients/google-api-services-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/ArtifactRegistry.java
index c8b3e823a58..4de8ea16ac4 100644
--- a/clients/google-api-services-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/ArtifactRegistry.java
+++ b/clients/google-api-services-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/ArtifactRegistry.java
@@ -103,7 +103,7 @@ public class ArtifactRegistry extends com.google.api.client.googleapis.services.
* {@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:
@@ -750,7 +750,10 @@ public GetVpcscConfig 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".
*
@@ -774,7 +777,10 @@ public class List extends ArtifactRegistryRequest
* 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:
*
diff --git a/clients/google-api-services-artifactregistry/v1/2.0.0/pom.xml b/clients/google-api-services-artifactregistry/v1/2.0.0/pom.xml
index 531f23a38b7..a3cf6bde752 100644
--- a/clients/google-api-services-artifactregistry/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-artifactregistry/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-artifactregistry
- v1-rev20260102-2.0.0
- Artifact Registry API v1-rev20260102-2.0.0
+ v1-rev20260206-2.0.0
+ Artifact Registry API v1-rev20260206-2.0.0
jar
2011
diff --git a/clients/google-api-services-artifactregistry/v1/README.md b/clients/google-api-services-artifactregistry/v1/README.md
index 6d51957895d..d1395c5dfaa 100644
--- a/clients/google-api-services-artifactregistry/v1/README.md
+++ b/clients/google-api-services-artifactregistry/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1-rev20260102-2.0.0
+ v1-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20260102-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/README.md b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/README.md
index 2797a206daf..8fabe99fec1 100644
--- a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1beta1-rev20251029-2.0.0
+ v1beta1-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1beta1-rev20251029-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1beta1-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/com/google/api/services/artifactregistry/v1beta1/ArtifactRegistry.java b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/com/google/api/services/artifactregistry/v1beta1/ArtifactRegistry.java
index e0eee643ca4..99effd260aa 100644
--- a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/com/google/api/services/artifactregistry/v1beta1/ArtifactRegistry.java
+++ b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/com/google/api/services/artifactregistry/v1beta1/ArtifactRegistry.java
@@ -103,7 +103,7 @@ public class ArtifactRegistry extends com.google.api.client.googleapis.services.
* {@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:
@@ -312,7 +312,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".
*
@@ -336,7 +339,10 @@ public class List extends ArtifactRegistryRequest
* 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:
*
diff --git a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/pom.xml b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/pom.xml
index 457cbb326f0..e8158a6bc75 100644
--- a/clients/google-api-services-artifactregistry/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-artifactregistry/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-artifactregistry
- v1beta1-rev20251029-2.0.0
- Artifact Registry API v1beta1-rev20251029-2.0.0
+ v1beta1-rev20260206-2.0.0
+ Artifact Registry API v1beta1-rev20260206-2.0.0
jar
2011
diff --git a/clients/google-api-services-artifactregistry/v1beta1/README.md b/clients/google-api-services-artifactregistry/v1beta1/README.md
index 2797a206daf..8fabe99fec1 100644
--- a/clients/google-api-services-artifactregistry/v1beta1/README.md
+++ b/clients/google-api-services-artifactregistry/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1beta1-rev20251029-2.0.0
+ v1beta1-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1beta1-rev20251029-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1beta1-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/README.md b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/README.md
index cc99b348271..2d8f20d2896 100644
--- a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/README.md
+++ b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1beta2-rev20251029-2.0.0
+ v1beta2-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20251029-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/ArtifactRegistry.java b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/ArtifactRegistry.java
index fb9ed00aae0..d6cd5fdee64 100644
--- a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/ArtifactRegistry.java
+++ b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/ArtifactRegistry.java
@@ -103,7 +103,7 @@ public class ArtifactRegistry extends com.google.api.client.googleapis.services.
* {@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:
@@ -610,7 +610,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".
*
@@ -634,7 +637,10 @@ public class List extends ArtifactRegistryRequest
* 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:
*
diff --git a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/pom.xml b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/pom.xml
index 145187ac144..b6b51d24fec 100644
--- a/clients/google-api-services-artifactregistry/v1beta2/2.0.0/pom.xml
+++ b/clients/google-api-services-artifactregistry/v1beta2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-artifactregistry
- v1beta2-rev20251029-2.0.0
- Artifact Registry API v1beta2-rev20251029-2.0.0
+ v1beta2-rev20260206-2.0.0
+ Artifact Registry API v1beta2-rev20260206-2.0.0
jar
2011
diff --git a/clients/google-api-services-artifactregistry/v1beta2/README.md b/clients/google-api-services-artifactregistry/v1beta2/README.md
index cc99b348271..2d8f20d2896 100644
--- a/clients/google-api-services-artifactregistry/v1beta2/README.md
+++ b/clients/google-api-services-artifactregistry/v1beta2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-artifactregistry
- v1beta2-rev20251029-2.0.0
+ v1beta2-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20251029-2.0.0'
+ implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20260206-2.0.0'
}
```