You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1.projects.locations.repositories.dockerImages.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108
108
{ # The response from listing docker images.
109
109
"dockerImages": [ # The docker images returned.
110
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
111
-
"buildTime": "A String", # The time this image was built. This field is returned as the 'metadata.buildTime' 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 and keeps the Version timestamps returned via OnePlatform consistent, as JSON marshals google.protobuf.Timestamp into an RFC 3339 string.
111
+
"buildTime": "A String", # The time this image was built. This field is returned as the 'metadata.buildTime' 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.
112
112
"imageSizeBytes": "A String", # Calculated size of the image. This field is returned as the 'metadata.imageSizeBytes' field in the Version resource.
113
113
"mediaType": "A String", # Media type of this image, e.g. "application/vnd.docker.distribution.manifest.v2+json". This field is returned as the 'metadata.mediaType' field in the Version resource.
114
114
"name": "A String", # Required. registry_location, project_id, repository_name and image id forms a unique image name:`projects//locations//repository//dockerImages/`. For example, "projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/ nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and "nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf" is the image's digest.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,10 @@ <h3>Method Details</h3>
157
157
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
158
158
"a_key": "A String",
159
159
},
160
+
"mavenConfig": { # MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type. # Maven repository config contains repository level configuration for the repositories of maven type.
161
+
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
162
+
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
163
+
},
160
164
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
161
165
"updateTime": "A String", # The time when the repository was last updated.
162
166
}
@@ -248,6 +252,10 @@ <h3>Method Details</h3>
248
252
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
249
253
"a_key": "A String",
250
254
},
255
+
"mavenConfig": { # MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type. # Maven repository config contains repository level configuration for the repositories of maven type.
256
+
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
257
+
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
258
+
},
251
259
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
252
260
"updateTime": "A String", # The time when the repository was last updated.
253
261
}</pre>
@@ -315,6 +323,10 @@ <h3>Method Details</h3>
315
323
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
316
324
"a_key": "A String",
317
325
},
326
+
"mavenConfig": { # MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type. # Maven repository config contains repository level configuration for the repositories of maven type.
327
+
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
328
+
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
329
+
},
318
330
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
319
331
"updateTime": "A String", # The time when the repository was last updated.
320
332
},
@@ -353,6 +365,10 @@ <h3>Method Details</h3>
353
365
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
354
366
"a_key": "A String",
355
367
},
368
+
"mavenConfig": { # MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type. # Maven repository config contains repository level configuration for the repositories of maven type.
369
+
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
370
+
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
371
+
},
356
372
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
357
373
"updateTime": "A String", # The time when the repository was last updated.
358
374
}
@@ -374,6 +390,10 @@ <h3>Method Details</h3>
374
390
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
375
391
"a_key": "A String",
376
392
},
393
+
"mavenConfig": { # MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type. # Maven repository config contains repository level configuration for the repositories of maven type.
394
+
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
395
+
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
396
+
},
377
397
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
378
398
"updateTime": "A String", # The time when the repository was last updated.
"description": "The time this image was built. This field is returned as the 'metadata.buildTime' 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 and keeps the Version timestamps returned via OnePlatform consistent, as JSON marshals google.protobuf.Timestamp into an RFC 3339 string.",
417
+
"description": "The time this image was built. This field is returned as the 'metadata.buildTime' 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.",
"description": "MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.",
1521
+
"id": "MavenRepositoryConfig",
1522
+
"properties": {
1523
+
"allowSnapshotOverwrites": {
1524
+
"description": "The repository with this flag will allow publishing the same snapshot versions.",
1525
+
"type": "boolean"
1526
+
},
1527
+
"versionPolicy": {
1528
+
"description": "Version policy defines the versions that the registry will accept.",
1529
+
"enum": [
1530
+
"VERSION_POLICY_UNSPECIFIED",
1531
+
"RELEASE",
1532
+
"SNAPSHOT"
1533
+
],
1534
+
"enumDescriptions": [
1535
+
"VERSION_POLICY_UNSPECIFIED - the version policy is not defined. When the version policy is not defined, no validation is performed for the versions.",
1536
+
"RELEASE - repository will accept only Release versions.",
1537
+
"SNAPSHOT - repository will accept only Snapshot versions."
1538
+
],
1539
+
"type": "string"
1540
+
}
1541
+
},
1542
+
"type": "object"
1543
+
},
1519
1544
"Operation": {
1520
1545
"description": "This resource represents a long-running operation that is the result of a network API call.",
1521
1546
"id": "Operation",
@@ -1648,6 +1673,10 @@
1648
1673
"description": "Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.",
1649
1674
"type": "object"
1650
1675
},
1676
+
"mavenConfig": {
1677
+
"$ref": "MavenRepositoryConfig",
1678
+
"description": "Maven repository config contains repository level configuration for the repositories of maven type."
1679
+
},
1651
1680
"name": {
1652
1681
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
0 commit comments