Skip to content

Commit 37d482f

Browse files
1 parent 28c2074 commit 37d482f

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

clients/google-api-services-artifactregistry/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-artifactregistry</artifactId>
25-
<version>v1-rev20250704-2.0.0</version>
25+
<version>v1-rev20250925-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-artifactregistry:v1-rev20250704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/ArtifactRegistry.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -883,22 +883,22 @@ public List setName(java.lang.String name) {
883883
}
884884

885885
/**
886-
* Optional. A list of extra location types that should be used as conditions for
887-
* controlling the visibility of the locations.
886+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
887+
* is primarily intended for internal usage.
888888
*/
889889
@com.google.api.client.util.Key
890890
private java.util.List<java.lang.String> extraLocationTypes;
891891

892-
/** Optional. A list of extra location types that should be used as conditions for controlling the
893-
visibility of the locations.
892+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
893+
primarily intended for internal usage.
894894
*/
895895
public java.util.List<java.lang.String> getExtraLocationTypes() {
896896
return extraLocationTypes;
897897
}
898898

899899
/**
900-
* Optional. A list of extra location types that should be used as conditions for
901-
* controlling the visibility of the locations.
900+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
901+
* is primarily intended for internal usage.
902902
*/
903903
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
904904
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-artifactregistry/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-artifactregistry</artifactId>
11-
<version>v1-rev20250704-2.0.0</version>
12-
<name>Artifact Registry API v1-rev20250704-2.0.0</name>
11+
<version>v1-rev20250925-2.0.0</version>
12+
<name>Artifact Registry API v1-rev20250925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-artifactregistry/v1/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-artifactregistry</artifactId>
25-
<version>v1-rev20250704-2.0.0</version>
25+
<version>v1-rev20250925-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-artifactregistry:v1-rev20250704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-artifactregistry/v1beta2/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-artifactregistry</artifactId>
25-
<version>v1beta2-rev20250704-2.0.0</version>
25+
<version>v1beta2-rev20250925-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-artifactregistry:v1beta2-rev20250704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/ArtifactRegistry.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -743,22 +743,22 @@ public List setName(java.lang.String name) {
743743
}
744744

745745
/**
746-
* Optional. A list of extra location types that should be used as conditions for
747-
* controlling the visibility of the locations.
746+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
747+
* is primarily intended for internal usage.
748748
*/
749749
@com.google.api.client.util.Key
750750
private java.util.List<java.lang.String> extraLocationTypes;
751751

752-
/** Optional. A list of extra location types that should be used as conditions for controlling the
753-
visibility of the locations.
752+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
753+
primarily intended for internal usage.
754754
*/
755755
public java.util.List<java.lang.String> getExtraLocationTypes() {
756756
return extraLocationTypes;
757757
}
758758

759759
/**
760-
* Optional. A list of extra location types that should be used as conditions for
761-
* controlling the visibility of the locations.
760+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
761+
* is primarily intended for internal usage.
762762
*/
763763
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
764764
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-artifactregistry/v1beta2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-artifactregistry</artifactId>
11-
<version>v1beta2-rev20250704-2.0.0</version>
12-
<name>Artifact Registry API v1beta2-rev20250704-2.0.0</name>
11+
<version>v1beta2-rev20250925-2.0.0</version>
12+
<name>Artifact Registry API v1beta2-rev20250925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-artifactregistry/v1beta2/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-artifactregistry</artifactId>
25-
<version>v1beta2-rev20250704-2.0.0</version>
25+
<version>v1beta2-rev20250925-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-artifactregistry:v1beta2-rev20250704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1beta2-rev20250925-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)