Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 18, 2022
1 parent 0fe9f5f commit 64db4b6
Show file tree
Hide file tree
Showing 10 changed files with 277 additions and 215 deletions.
67 changes: 36 additions & 31 deletions artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -108,36 +108,6 @@
},
"protocol": "rest",
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/operations/{operationsId}",
"httpMethod": "GET",
"id": "artifactregistry.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
}
}
},
"projects": {
"methods": {
"getProjectSettings": {
Expand Down Expand Up @@ -204,6 +174,36 @@
"resources": {
"locations": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "artifactregistry.projects.locations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
}
}
},
"repositories": {
"methods": {
"create": {
Expand Down Expand Up @@ -633,6 +633,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"description": "The field to order the results by.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "The maximum number of files to return.",
"format": "int32",
Expand Down Expand Up @@ -1208,7 +1213,7 @@
}
}
},
"revision": "20220203",
"revision": "20220212",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down

0 comments on commit 64db4b6

Please sign in to comment.