Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 19, 2023
1 parent 2eab0d1 commit d9bd05b
Show file tree
Hide file tree
Showing 23 changed files with 1,226 additions and 355 deletions.
4 changes: 2 additions & 2 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -3140,7 +3140,7 @@
"type": "string"
},
"updateMask": {
"description": "The list of fields to be updated. Omitted fields will not be updated.",
"description": "Required. The list of fields to be updated. Omitted fields will not be updated.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -4322,7 +4322,7 @@
}
}
},
"revision": "20230716",
"revision": "20230718",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down
6 changes: 3 additions & 3 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions analyticsadmin/v1beta/analyticsadmin-api.json
Expand Up @@ -1348,7 +1348,7 @@
"type": "string"
},
"updateMask": {
"description": "The list of fields to be updated. Omitted fields will not be updated.",
"description": "Required. The list of fields to be updated. Omitted fields will not be updated.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1594,7 +1594,7 @@
}
}
},
"revision": "20230704",
"revision": "20230718",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down
6 changes: 3 additions & 3 deletions analyticsadmin/v1beta/analyticsadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 60 additions & 1 deletion checks/v1alpha/checks-api.json
Expand Up @@ -135,6 +135,47 @@
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
},
"list": {
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
"flatPath": "v1alpha/accounts/{accountsId}/apps/{appsId}/operations",
"httpMethod": "GET",
"id": "checks.accounts.apps.operations.list",
"parameterOrder": [
"name"
],
"parameters": {
"filter": {
"description": "The standard list filter.",
"location": "query",
"type": "string"
},
"name": {
"description": "The name of the operation's parent resource.",
"location": "path",
"pattern": "^accounts/[^/]+/apps/[^/]+$",
"required": true,
"type": "string"
},
"pageSize": {
"description": "The standard list page size.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The standard list page token.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}/operations",
"response": {
"$ref": "ListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
}
}
}
Expand Down Expand Up @@ -199,7 +240,7 @@
}
}
},
"revision": "20230716",
"revision": "20230717",
"rootUrl": "https://checks.googleapis.com/",
"schemas": {
"AnalyzePrivacyPolicyRequest": {
Expand Down Expand Up @@ -300,6 +341,24 @@
},
"type": "object"
},
"ListOperationsResponse": {
"description": "The response message for Operations.ListOperations.",
"id": "ListOperationsResponse",
"properties": {
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
},
"operations": {
"description": "A list of operations that matches the specified filter in the request.",
"items": {
"$ref": "Operation"
},
"type": "array"
}
},
"type": "object"
},
"Operation": {
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "Operation",
Expand Down

0 comments on commit d9bd05b

Please sign in to comment.