1717package com .google .api .services .artifactregistry .v1 .model ;
1818
1919/**
20- * An Attachment refers to additional metadata that can be attached to artifacts in
21- * ArtifactRegistry . An attachment consists of one or more files.
20+ * An Attachment refers to additional metadata that can be attached to artifacts in Artifact
21+ * Registry . An attachment consists of one or more files.
2222 *
2323 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424 * transmitted over HTTP when working with the Artifact Registry API. For a detailed explanation
@@ -34,15 +34,15 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
3434 /**
3535 * Optional. User annotations. These attributes can only be set and used by the user, and not by
3636 * Artifact Registry. See https://google.aip.dev/128#annotations for more details such as format
37- * and size limitations. Client specified annotations.
37+ * and size limitations.
3838 * The value may be {@code null}.
3939 */
4040 @ com .google .api .client .util .Key
4141 private java .util .Map <String , java .lang .String > annotations ;
4242
4343 /**
4444 * The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
45- * analysis, namespace is set to artifactanalysis.googleapis.com.
45+ * analysis, namespace is set to ` artifactanalysis.googleapis.com` .
4646 * The value may be {@code null}.
4747 */
4848 @ com .google .api .client .util .Key
@@ -56,8 +56,8 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
5656 private String createTime ;
5757
5858 /**
59- * Required. The files that blong to this Attachment . If the file ID part contains slashes, they
60- * are escaped. E.g. " projects/p1/locations/us-central1/repositories/repo1/files/sha:" .
59+ * Required. The files that belong to this attachment . If the file ID part contains slashes, they
60+ * are escaped. E.g. ` projects/p1/locations/us-central1/repositories/repo1/files/sha:` .
6161 * The value may be {@code null}.
6262 */
6363 @ com .google .api .client .util .Key
@@ -72,8 +72,8 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
7272
7373 /**
7474 * Output only. The name of the OCI version that this attachment created. Only populated for
75- * Docker attachments. E.g. " projects/p1/locations/us-
76- * central1/repositories/repo1/packages/p1/versions/v1" .
75+ * Docker attachments. E.g. ` projects/p1/locations/us-
76+ * central1/repositories/repo1/packages/p1/versions/v1` .
7777 * The value may be {@code null}.
7878 */
7979 @ com .google .api .client .util .Key
@@ -88,7 +88,7 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
8888 private java .lang .String target ;
8989
9090 /**
91- * Type of Attachment. E.g. application/vnd.spdx+jsonn
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
@@ -104,7 +104,7 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
104104 /**
105105 * Optional. User annotations. These attributes can only be set and used by the user, and not by
106106 * Artifact Registry. See https://google.aip.dev/128#annotations for more details such as format
107- * and size limitations. Client specified annotations.
107+ * and size limitations.
108108 * @return value or {@code null} for none
109109 */
110110 public java .util .Map <String , java .lang .String > getAnnotations () {
@@ -114,7 +114,7 @@ public java.util.Map<String, java.lang.String> getAnnotations() {
114114 /**
115115 * Optional. User annotations. These attributes can only be set and used by the user, and not by
116116 * Artifact Registry. See https://google.aip.dev/128#annotations for more details such as format
117- * and size limitations. Client specified annotations.
117+ * and size limitations.
118118 * @param annotations annotations or {@code null} for none
119119 */
120120 public Attachment setAnnotations (java .util .Map <String , java .lang .String > annotations ) {
@@ -124,7 +124,7 @@ public Attachment setAnnotations(java.util.Map<String, java.lang.String> annotat
124124
125125 /**
126126 * The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
127- * analysis, namespace is set to artifactanalysis.googleapis.com.
127+ * analysis, namespace is set to ` artifactanalysis.googleapis.com` .
128128 * @return value or {@code null} for none
129129 */
130130 public java .lang .String getAttachmentNamespace () {
@@ -133,7 +133,7 @@ public java.lang.String getAttachmentNamespace() {
133133
134134 /**
135135 * The namespace this attachment belongs to. E.g. If an Attachment is created by artifact
136- * analysis, namespace is set to artifactanalysis.googleapis.com.
136+ * analysis, namespace is set to ` artifactanalysis.googleapis.com` .
137137 * @param attachmentNamespace attachmentNamespace or {@code null} for none
138138 */
139139 public Attachment setAttachmentNamespace (java .lang .String attachmentNamespace ) {
@@ -159,17 +159,17 @@ public Attachment setCreateTime(String createTime) {
159159 }
160160
161161 /**
162- * Required. The files that blong to this Attachment . If the file ID part contains slashes, they
163- * are escaped. E.g. " projects/p1/locations/us-central1/repositories/repo1/files/sha:" .
162+ * Required. The files that belong to this attachment . If the file ID part contains slashes, they
163+ * are escaped. E.g. ` projects/p1/locations/us-central1/repositories/repo1/files/sha:` .
164164 * @return value or {@code null} for none
165165 */
166166 public java .util .List <java .lang .String > getFiles () {
167167 return files ;
168168 }
169169
170170 /**
171- * Required. The files that blong to this Attachment . If the file ID part contains slashes, they
172- * are escaped. E.g. " projects/p1/locations/us-central1/repositories/repo1/files/sha:" .
171+ * Required. The files that belong to this attachment . If the file ID part contains slashes, they
172+ * are escaped. E.g. ` projects/p1/locations/us-central1/repositories/repo1/files/sha:` .
173173 * @param files files or {@code null} for none
174174 */
175175 public Attachment setFiles (java .util .List <java .lang .String > files ) {
@@ -196,8 +196,8 @@ public Attachment setName(java.lang.String name) {
196196
197197 /**
198198 * Output only. The name of the OCI version that this attachment created. Only populated for
199- * Docker attachments. E.g. " projects/p1/locations/us-
200- * central1/repositories/repo1/packages/p1/versions/v1" .
199+ * Docker attachments. E.g. ` projects/p1/locations/us-
200+ * central1/repositories/repo1/packages/p1/versions/v1` .
201201 * @return value or {@code null} for none
202202 */
203203 public java .lang .String getOciVersionName () {
@@ -206,8 +206,8 @@ public java.lang.String getOciVersionName() {
206206
207207 /**
208208 * Output only. The name of the OCI version that this attachment created. Only populated for
209- * Docker attachments. E.g. " projects/p1/locations/us-
210- * central1/repositories/repo1/packages/p1/versions/v1" .
209+ * Docker attachments. E.g. ` projects/p1/locations/us-
210+ * central1/repositories/repo1/packages/p1/versions/v1` .
211211 * @param ociVersionName ociVersionName or {@code null} for none
212212 */
213213 public Attachment setOciVersionName (java .lang .String ociVersionName ) {
@@ -235,15 +235,15 @@ public Attachment setTarget(java.lang.String target) {
235235 }
236236
237237 /**
238- * Type of Attachment. E.g. application/vnd.spdx+jsonn
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+jsonn
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 ) {
0 commit comments