Skip to content

Commit 1f0178c

Browse files
1 parent b69f9a4 commit 1f0178c

File tree

15 files changed

+54
-60
lines changed

15 files changed

+54
-60
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-rev20241001-2.0.0</version>
25+
<version>v1-rev20241010-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-rev20241001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20241010-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
4141
private java.util.Map<String, java.lang.String> annotations;
4242

4343
/**
44-
* The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
44+
* The namespace this attachment belongs to. E.g. If an attachment is created by artifact
4545
* analysis, namespace is set to `artifactanalysis.googleapis.com`.
4646
* The value may be {@code null}.
4747
*/
@@ -64,7 +64,7 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
6464
private java.util.List<java.lang.String> files;
6565

6666
/**
67-
* The name of the attachment. E.g. "projects/p1/locations/us/repositories/repo/attachments/sbom".
67+
* The name of the attachment. E.g. `projects/p1/locations/us/repositories/repo/attachments/sbom`.
6868
* The value may be {@code null}.
6969
*/
7070
@com.google.api.client.util.Key
@@ -81,14 +81,14 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
8181

8282
/**
8383
* Required. The target the attachment is for, can be a Version, Package or Repository. E.g.
84-
* "projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1".
84+
* `projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1`.
8585
* The value may be {@code null}.
8686
*/
8787
@com.google.api.client.util.Key
8888
private java.lang.String target;
8989

9090
/**
91-
* Type of Attachment. E.g. `application/vnd.spdx+json`
91+
* Type of attachment. E.g. `application/vnd.spdx+json`
9292
* The value may be {@code null}.
9393
*/
9494
@com.google.api.client.util.Key
@@ -123,7 +123,7 @@ public Attachment setAnnotations(java.util.Map<String, java.lang.String> annotat
123123
}
124124

125125
/**
126-
* The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
126+
* The namespace this attachment belongs to. E.g. If an attachment is created by artifact
127127
* analysis, namespace is set to `artifactanalysis.googleapis.com`.
128128
* @return value or {@code null} for none
129129
*/
@@ -132,7 +132,7 @@ public java.lang.String getAttachmentNamespace() {
132132
}
133133

134134
/**
135-
* The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
135+
* The namespace this attachment belongs to. E.g. If an attachment is created by artifact
136136
* analysis, namespace is set to `artifactanalysis.googleapis.com`.
137137
* @param attachmentNamespace attachmentNamespace or {@code null} for none
138138
*/
@@ -178,15 +178,15 @@ public Attachment setFiles(java.util.List<java.lang.String> files) {
178178
}
179179

180180
/**
181-
* The name of the attachment. E.g. "projects/p1/locations/us/repositories/repo/attachments/sbom".
181+
* The name of the attachment. E.g. `projects/p1/locations/us/repositories/repo/attachments/sbom`.
182182
* @return value or {@code null} for none
183183
*/
184184
public java.lang.String getName() {
185185
return name;
186186
}
187187

188188
/**
189-
* The name of the attachment. E.g. "projects/p1/locations/us/repositories/repo/attachments/sbom".
189+
* The name of the attachment. E.g. `projects/p1/locations/us/repositories/repo/attachments/sbom`.
190190
* @param name name or {@code null} for none
191191
*/
192192
public Attachment setName(java.lang.String name) {
@@ -217,7 +217,7 @@ public Attachment setOciVersionName(java.lang.String ociVersionName) {
217217

218218
/**
219219
* Required. The target the attachment is for, can be a Version, Package or Repository. E.g.
220-
* "projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1".
220+
* `projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1`.
221221
* @return value or {@code null} for none
222222
*/
223223
public java.lang.String getTarget() {
@@ -226,7 +226,7 @@ public java.lang.String getTarget() {
226226

227227
/**
228228
* Required. The target the attachment is for, can be a Version, Package or Repository. E.g.
229-
* "projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1".
229+
* `projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1`.
230230
* @param target target or {@code null} for none
231231
*/
232232
public Attachment setTarget(java.lang.String target) {
@@ -235,15 +235,15 @@ public Attachment setTarget(java.lang.String target) {
235235
}
236236

237237
/**
238-
* Type of Attachment. E.g. `application/vnd.spdx+json`
238+
* Type of attachment. E.g. `application/vnd.spdx+json`
239239
* @return value or {@code null} for none
240240
*/
241241
public java.lang.String getType() {
242242
return type;
243243
}
244244

245245
/**
246-
* Type of Attachment. E.g. `application/vnd.spdx+json`
246+
* Type of attachment. E.g. `application/vnd.spdx+json`
247247
* @param type type or {@code null} for none
248248
*/
249249
public Attachment setType(java.lang.String type) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class ListAttachmentsResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The Attachments returned.
34+
* The attachments returned.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -52,15 +52,15 @@ public final class ListAttachmentsResponse extends com.google.api.client.json.Ge
5252
private java.lang.String nextPageToken;
5353

5454
/**
55-
* The Attachments returned.
55+
* The attachments returned.
5656
* @return value or {@code null} for none
5757
*/
5858
public java.util.List<Attachment> getAttachments() {
5959
return attachments;
6060
}
6161

6262
/**
63-
* The Attachments returned.
63+
* The attachments returned.
6464
* @param attachments attachments or {@code null} for none
6565
*/
6666
public ListAttachmentsResponse setAttachments(java.util.List<Attachment> attachments) {

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public final class RemoteRepositoryConfig extends com.google.api.client.json.Gen
3838
private AptRepository aptRepository;
3939

4040
/**
41-
* Common remote repository settings. Used as the RemoteRepository upstream URL instead of
42-
* Predefined and Custom remote repositories. Google Cloud Console and Google Cloud CLI will map
43-
* all the new remote repositories to this field.
41+
* Common remote repository settings. Used as the remote repository upstream URL.
4442
* The value may be {@code null}.
4543
*/
4644
@com.google.api.client.util.Key
@@ -121,19 +119,15 @@ public RemoteRepositoryConfig setAptRepository(AptRepository aptRepository) {
121119
}
122120

123121
/**
124-
* Common remote repository settings. Used as the RemoteRepository upstream URL instead of
125-
* Predefined and Custom remote repositories. Google Cloud Console and Google Cloud CLI will map
126-
* all the new remote repositories to this field.
122+
* Common remote repository settings. Used as the remote repository upstream URL.
127123
* @return value or {@code null} for none
128124
*/
129125
public CommonRemoteRepository getCommonRepository() {
130126
return commonRepository;
131127
}
132128

133129
/**
134-
* Common remote repository settings. Used as the RemoteRepository upstream URL instead of
135-
* Predefined and Custom remote repositories. Google Cloud Console and Google Cloud CLI will map
136-
* all the new remote repositories to this field.
130+
* Common remote repository settings. Used as the remote repository upstream URL.
137131
* @param commonRepository commonRepository or {@code null} for none
138132
*/
139133
public RemoteRepositoryConfig setCommonRepository(CommonRemoteRepository commonRepository) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class Tag extends com.google.api.client.json.GenericJson {
4141
private java.lang.String name;
4242

4343
/**
44-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
45-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
44+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
45+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
4646
* parts contain slashes, the slashes are escaped.
4747
* The value may be {@code null}.
4848
*/
@@ -73,8 +73,8 @@ public Tag setName(java.lang.String name) {
7373
}
7474

7575
/**
76-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
77-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
76+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
77+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
7878
* parts contain slashes, the slashes are escaped.
7979
* @return value or {@code null} for none
8080
*/
@@ -83,8 +83,8 @@ public java.lang.String getVersion() {
8383
}
8484

8585
/**
86-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
87-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
86+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
87+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
8888
* parts contain slashes, the slashes are escaped.
8989
* @param version version or {@code null} for none
9090
*/

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-rev20241001-2.0.0</version>
12-
<name>Artifact Registry API v1-rev20241001-2.0.0</name>
11+
<version>v1-rev20241010-2.0.0</version>
12+
<name>Artifact Registry API v1-rev20241010-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-rev20241001-2.0.0</version>
25+
<version>v1-rev20241010-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-rev20241001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-artifactregistry:v1-rev20241010-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-artifactregistry/v1beta1/2.0.0/com/google/api/services/artifactregistry/v1beta1/model/Tag.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class Tag extends com.google.api.client.json.GenericJson {
4141
private java.lang.String name;
4242

4343
/**
44-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
45-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
44+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
45+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
4646
* parts contain slashes, the slashes are escaped.
4747
* The value may be {@code null}.
4848
*/
@@ -73,8 +73,8 @@ public Tag setName(java.lang.String name) {
7373
}
7474

7575
/**
76-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
77-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
76+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
77+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
7878
* parts contain slashes, the slashes are escaped.
7979
* @return value or {@code null} for none
8080
*/
@@ -83,8 +83,8 @@ public java.lang.String getVersion() {
8383
}
8484

8585
/**
86-
* The name of the version the tag refers to, for example: "projects/p1/locations/us-
87-
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811" If the package or version ID
86+
* The name of the version the tag refers to, for example: `projects/p1/locations/us-
87+
* central1/repositories/repo1/packages/pkg1/versions/sha256:5243811` If the package or version ID
8888
* parts contain slashes, the slashes are escaped.
8989
* @param version version or {@code null} for none
9090
*/

clients/google-api-services-artifactregistry/v1beta1/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>v1beta1-rev20241001-2.0.0</version>
12-
<name>Artifact Registry API v1beta1-rev20241001-2.0.0</name>
11+
<version>v1beta1-rev20241010-2.0.0</version>
12+
<name>Artifact Registry API v1beta1-rev20241010-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)