Skip to content

Commit

Permalink
chore(artifactregistry): update the api
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 30, 2021
1 parent 38664e8 commit 72b7f25
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
14 changes: 11 additions & 3 deletions googleapiclient/discovery_cache/documents/artifactregistry.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
}
}
},
"revision": "20210517",
"revision": "20210524",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -510,11 +510,19 @@
"description": "The format of packages that are stored in the repository.",
"enum": [
"FORMAT_UNSPECIFIED",
"DOCKER"
"DOCKER",
"MAVEN",
"NPM",
"PYPI",
"PYTHON"
],
"enumDescriptions": [
"Unspecified package format.",
"Docker package format."
"Docker package format.",
"Maven package format.",
"NPM package format.",
"PyPI package format.",
"Python package format."
],
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
}
}
},
"revision": "20210517",
"revision": "20210524",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1347,11 +1347,19 @@
"description": "The format of packages that are stored in the repository.",
"enum": [
"FORMAT_UNSPECIFIED",
"DOCKER"
"DOCKER",
"MAVEN",
"NPM",
"PYPI",
"PYTHON"
],
"enumDescriptions": [
"Unspecified package format.",
"Docker package format."
"Docker package format.",
"Maven package format.",
"NPM package format.",
"PyPI package format.",
"Python package format."
],
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
}
}
},
"revision": "20210517",
"revision": "20210524",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1347,11 +1347,19 @@
"description": "The format of packages that are stored in the repository.",
"enum": [
"FORMAT_UNSPECIFIED",
"DOCKER"
"DOCKER",
"MAVEN",
"NPM",
"PYPI",
"PYTHON"
],
"enumDescriptions": [
"Unspecified package format.",
"Docker package format."
"Docker package format.",
"Maven package format.",
"NPM package format.",
"PyPI package format.",
"Python package format."
],
"type": "string"
},
Expand Down

0 comments on commit 72b7f25

Please sign in to comment.