Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1927

Merged
merged 1 commit into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions adsense/v2/adsense-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous `ListAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the call that provided the page token.",
"description": "A page token, received from a previous `ListChildAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListChildAccounts` must match the call that provided the page token.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1733,7 +1733,7 @@
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous `ListPayments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPayments` must match the call that provided the page token.",
"description": "A page token, received from a previous `ListSavedReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSavedReports` must match the call that provided the page token.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1828,7 +1828,7 @@
}
}
},
"revision": "20230330",
"revision": "20230403",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down
16 changes: 8 additions & 8 deletions adsense/v2/adsense-gen.go

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

8 changes: 4 additions & 4 deletions analyticsdata/v1beta/analyticsdata-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
}
}
},
"revision": "20230226",
"revision": "20230402",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -1173,7 +1173,7 @@
"type": "array"
},
"limit": {
"description": "The number of unique combinations of dimension values to return in this pivot. The `limit` parameter is required. A `limit` of 10,000 is common for single pivot requests. The product of the `limit` for each `pivot` in a `RunPivotReportRequest` must not exceed 100,000. For example, a two pivot request with `limit: 1000` in each pivot will fail because the product is `1,000,000`.",
"description": "The number of unique combinations of dimension values to return in this pivot. The `limit` parameter is required. A `limit` of 10,000 is common for single pivot requests. The product of the `limit` for each `pivot` in a `RunPivotReportRequest` must not exceed 250,000. For example, a two pivot request with `limit: 1000` in each pivot will fail because the product is `1,000,000`.",
"format": "int64",
"type": "string"
},
Expand Down Expand Up @@ -1512,7 +1512,7 @@
"type": "array"
},
"limit": {
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value.",
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value.",
"format": "int64",
"type": "string"
},
Expand Down Expand Up @@ -1666,7 +1666,7 @@
"type": "boolean"
},
"limit": {
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).",
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).",
"format": "int64",
"type": "string"
},
Expand Down
6 changes: 3 additions & 3 deletions analyticsdata/v1beta/analyticsdata-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5502,7 +5502,7 @@
"id": "tasks:v1",
"name": "tasks",
"version": "v1",
"title": "Tasks API",
"title": "Google Tasks API",
"description": "The Google Tasks API lets you manage your tasks and task lists.",
"discoveryRestUrl": "https://tasks.googleapis.com/$discovery/rest?version=v1",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
}
}
},
"revision": "20230328",
"revision": "20230330",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -1863,7 +1863,7 @@
"properties": {
"autoCompleteAction": {
"$ref": "GoogleAppsCardV1Action",
"description": "Optional. Specify what action to take when the text input field provides suggestions to users who interact with it. If unspecified, the suggestions are set by `initialSuggestions` and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Chat apps. Support by Chat apps coming soon."
"description": "Optional. Specify what action to take when the text input field provides suggestions to users who interact with it. If unspecified, the suggestions are set by `initialSuggestions` and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Chat apps."
},
"hintText": {
"description": "Text that appears below the text input field meant to assist users by prompting them to enter a certain value. This text is always visible. Required if `label` is unspecified. Otherwise, optional.",
Expand Down
3 changes: 1 addition & 2 deletions chat/v1/chat-gen.go

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

19 changes: 16 additions & 3 deletions chromepolicy/v1/chromepolicy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20230304",
"revision": "20230402",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
Expand Down Expand Up @@ -825,7 +825,11 @@
"id": "GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest",
"properties": {
"policyNamespace": {
"description": "Required. The namespace of the policy type for the request.",
"description": "The namespace of the policy type for the request.",
"type": "string"
},
"policySchema": {
"description": "The schema name of the policy for the request.",
"type": "string"
},
"policyTargetKey": {
Expand All @@ -852,6 +856,11 @@
"readOnly": true,
"type": "string"
},
"policySchema": {
"description": "Output only. The schema name of the policy for the group IDs.",
"readOnly": true,
"type": "string"
},
"policyTargetKey": {
"$ref": "GoogleChromePolicyVersionsV1PolicyTargetKey",
"description": "Output only. The target resource for which the group priority ordering has been retrieved.",
Expand Down Expand Up @@ -1436,7 +1445,11 @@
"type": "array"
},
"policyNamespace": {
"description": "Required. The namespace of the policy type for the request.",
"description": "The namespace of the policy type for the request.",
"type": "string"
},
"policySchema": {
"description": "The schema name of the policy for the request.",
"type": "string"
},
"policyTargetKey": {
Expand Down
16 changes: 12 additions & 4 deletions chromepolicy/v1/chromepolicy-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 cloudbilling/v1beta/cloudbilling-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}
}
},
"revision": "20230130",
"revision": "20230402",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"CacheFillRegions": {
Expand Down Expand Up @@ -453,7 +453,7 @@
"description": "Specify a single region."
},
"storageClass": {
"description": "The [storage class](https://cloud.google.com/storage/docs/storage-classes#classes) of the data and operation. For example: \"standard\" or \"nearline\".",
"description": "The [storage class](https://cloud.google.com/storage/docs/storage-classes#classes) of the data and operation. For example: \"standard\" and \"nearline\".",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion cloudbilling/v1beta/cloudbilling-gen.go

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