@@ -101,20 +101,19 @@ def update!(**args)
101101 end
102102
103103 # An Attachment refers to additional metadata that can be attached to artifacts
104- # in ArtifactRegistry . An attachment consists of one or more files.
104+ # in Artifact Registry . An attachment consists of one or more files.
105105 class Attachment
106106 include Google ::Apis ::Core ::Hashable
107107
108108 # Optional. User annotations. These attributes can only be set and used by the
109109 # user, and not by Artifact Registry. See https://google.aip.dev/128#annotations
110- # for more details such as format and size limitations. Client specified
111- # annotations.
110+ # for more details such as format and size limitations.
112111 # Corresponds to the JSON property `annotations`
113112 # @return [Hash<String,String>]
114113 attr_accessor :annotations
115114
116115 # The namespace this attachment belongs to. E.g. If an Attachment is created by
117- # artifact analysis, namespace is set to artifactanalysis.googleapis.com.
116+ # artifact analysis, namespace is set to ` artifactanalysis.googleapis.com` .
118117 # Corresponds to the JSON property `attachmentNamespace`
119118 # @return [String]
120119 attr_accessor :attachment_namespace
@@ -124,9 +123,9 @@ class Attachment
124123 # @return [String]
125124 attr_accessor :create_time
126125
127- # Required. The files that blong to this Attachment . If the file ID part
128- # contains slashes, they are escaped. E.g. " projects/p1/locations/us-central1/
129- # repositories/repo1/files/sha:" .
126+ # Required. The files that belong to this attachment . If the file ID part
127+ # contains slashes, they are escaped. E.g. ` projects/p1/locations/us-central1/
128+ # repositories/repo1/files/sha:` .
130129 # Corresponds to the JSON property `files`
131130 # @return [Array<String>]
132131 attr_accessor :files
@@ -138,8 +137,8 @@ class Attachment
138137 attr_accessor :name
139138
140139 # Output only. The name of the OCI version that this attachment created. Only
141- # populated for Docker attachments. E.g. " projects/p1/locations/us-central1/
142- # repositories/repo1/packages/p1/versions/v1" .
140+ # populated for Docker attachments. E.g. ` projects/p1/locations/us-central1/
141+ # repositories/repo1/packages/p1/versions/v1` .
143142 # Corresponds to the JSON property `ociVersionName`
144143 # @return [String]
145144 attr_accessor :oci_version_name
@@ -151,7 +150,7 @@ class Attachment
151150 # @return [String]
152151 attr_accessor :target
153152
154- # Type of Attachment. E.g. application/vnd.spdx+jsonn
153+ # Type of Attachment. E.g. ` application/vnd.spdx+json`
155154 # Corresponds to the JSON property `type`
156155 # @return [String]
157156 attr_accessor :type
@@ -447,7 +446,7 @@ def update!(**args)
447446 class CommonRemoteRepository
448447 include Google ::Apis ::Core ::Hashable
449448
450- # Required. A common public repository base for Remote Repository .
449+ # Required. A common public repository base for remote repository .
451450 # Corresponds to the JSON property `uri`
452451 # @return [String]
453452 attr_accessor :uri
@@ -2264,19 +2263,6 @@ def update!(**args)
22642263 end
22652264 end
22662265
2267- # The metadata for promote artifact long running operation.
2268- class PromoteArtifactMetadata
2269- include Google ::Apis ::Core ::Hashable
2270-
2271- def initialize ( **args )
2272- update! ( **args )
2273- end
2274-
2275- # Update properties of this object
2276- def update! ( **args )
2277- end
2278- end
2279-
22802266 # PythonPackage represents a python artifact.
22812267 class PythonPackage
22822268 include Google ::Apis ::Core ::Hashable
@@ -3282,8 +3268,8 @@ class Version
32823268 # @return [Hash<String,Object>]
32833269 attr_accessor :metadata
32843270
3285- # The name of the version, for example: " projects/p1/locations/us-central1/
3286- # repositories/repo1/packages/pkg1/versions/art1" . If the package or version ID
3271+ # The name of the version, for example: ` projects/p1/locations/us-central1/
3272+ # repositories/repo1/packages/pkg1/versions/art1` . If the package or version ID
32873273 # parts contain slashes, the slashes are escaped.
32883274 # Corresponds to the JSON property `name`
32893275 # @return [String]
0 commit comments