Skip to content

Commit e53d610

Browse files
chore(artifactregistry): update the api
1 parent 943014a commit e53d610

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/dyn/artifactregistry_v1.projects.locations.repositories.dockerImages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
{ # The response from listing docker images.
109109
&quot;dockerImages&quot;: [ # The docker images returned.
110-
{ # DockerImage represents a docker artifact. The following fields are returned as untyped metadata in the Version resource, using camelcase keys (i.e. metadata.imageSizeBytes): - imageSizeBytes - mediaType - buildTime
110+
{ # DockerImage represents a docker artifact. The following fields are returned as untyped metadata in the Version resource, using camelcase keys (i.e. metadata.imageSizeBytes): * imageSizeBytes * mediaType * buildTime
111111
&quot;buildTime&quot;: &quot;A String&quot;, # The time this image was built. This field is returned as the &#x27;metadata.buildTime&#x27; field in the Version resource. The build time is returned to the client as an RFC 3339 string, which can be easily used with the JavaScript Date constructor.
112112
&quot;imageSizeBytes&quot;: &quot;A String&quot;, # Calculated size of the image. This field is returned as the &#x27;metadata.imageSizeBytes&#x27; field in the Version resource.
113113
&quot;mediaType&quot;: &quot;A String&quot;, # Media type of this image, e.g. &quot;application/vnd.docker.distribution.manifest.v2+json&quot;. This field is returned as the &#x27;metadata.mediaType&#x27; field in the Version resource.

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
}
258258
}
259259
},
260-
"revision": "20211015",
260+
"revision": "20211022",
261261
"rootUrl": "https://artifactregistry.googleapis.com/",
262262
"schemas": {
263263
"AptArtifact": {
@@ -309,7 +309,7 @@
309309
"type": "object"
310310
},
311311
"DockerImage": {
312-
"description": "DockerImage represents a docker artifact. The following fields are returned as untyped metadata in the Version resource, using camelcase keys (i.e. metadata.imageSizeBytes): - imageSizeBytes - mediaType - buildTime",
312+
"description": "DockerImage represents a docker artifact. The following fields are returned as untyped metadata in the Version resource, using camelcase keys (i.e. metadata.imageSizeBytes): * imageSizeBytes * mediaType * buildTime",
313313
"id": "DockerImage",
314314
"properties": {
315315
"buildTime": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20211015",
932+
"revision": "20211022",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"AptArtifact": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
}
10821082
}
10831083
},
1084-
"revision": "20211015",
1084+
"revision": "20211022",
10851085
"rootUrl": "https://artifactregistry.googleapis.com/",
10861086
"schemas": {
10871087
"AptArtifact": {

0 commit comments

Comments
 (0)