Skip to content

Commit dbfa6d3

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - schemas.PromoteArtifactMetadata (Total Keys: 2)
1 parent d808883 commit dbfa6d3

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

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

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

9898
{ # The request to upload a generic artifact. The created GenericArtifact will have the resource name {parent}/genericArtifacts/package_id:version_id. The created file will have the resource name {parent}/files/package_id:version_id:filename.
9999
&quot;filename&quot;: &quot;A String&quot;, # The name of the file of the generic artifact to be uploaded. E.g. `example-file.zip` The filename is limited to letters, numbers, and url safe characters, i.e. [a-zA-Z0-9-_.~@].
100-
&quot;packageId&quot;: &quot;A String&quot;, # The ID of the package of the generic artifact. If the package does not exist, a new package will be created. The `package_id` must start with a letter, end with a letter or number, only contain letters, numbers, hyphens and periods i.e. [a-z0-9-.], and cannot exceed 256 characters.
100+
&quot;packageId&quot;: &quot;A String&quot;, # The ID of the package of the generic artifact. If the package does not exist, a new package will be created. The `package_id` should start and end with a letter or number, only contain letters, numbers, hyphens, underscores, and periods, and not exceed 256 characters.
101101
&quot;versionId&quot;: &quot;A String&quot;, # The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, hyphens and periods, i.e. [a-z0-9-.] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.
102102
}
103103

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@
20132013
}
20142014
}
20152015
},
2016-
"revision": "20240704",
2016+
"revision": "20240708",
20172017
"rootUrl": "https://artifactregistry.googleapis.com/",
20182018
"schemas": {
20192019
"AptArtifact": {
@@ -3355,6 +3355,12 @@ false
33553355
},
33563356
"type": "object"
33573357
},
3358+
"PromoteArtifactMetadata": {
3359+
"description": "The metadata for promote artifact long running operation.",
3360+
"id": "PromoteArtifactMetadata",
3361+
"properties": {},
3362+
"type": "object"
3363+
},
33583364
"PythonPackage": {
33593365
"description": "PythonPackage represents a python artifact.",
33603366
"id": "PythonPackage",
@@ -3735,7 +3741,7 @@ false
37353741
"type": "string"
37363742
},
37373743
"packageId": {
3738-
"description": "The ID of the package of the generic artifact. If the package does not exist, a new package will be created. The `package_id` must start with a letter, end with a letter or number, only contain letters, numbers, hyphens and periods i.e. [a-z0-9-.], and cannot exceed 256 characters.",
3744+
"description": "The ID of the package of the generic artifact. If the package does not exist, a new package will be created. The `package_id` should start and end with a letter or number, only contain letters, numbers, hyphens, underscores, and periods, and not exceed 256 characters.",
37393745
"type": "string"
37403746
},
37413747
"versionId": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
}
11471147
}
11481148
},
1149-
"revision": "20240704",
1149+
"revision": "20240708",
11501150
"rootUrl": "https://artifactregistry.googleapis.com/",
11511151
"schemas": {
11521152
"Binding": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
}
14151415
}
14161416
},
1417-
"revision": "20240704",
1417+
"revision": "20240708",
14181418
"rootUrl": "https://artifactregistry.googleapis.com/",
14191419
"schemas": {
14201420
"AptArtifact": {

0 commit comments

Comments
 (0)