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 #1584

Merged
merged 1 commit into from Jun 14, 2022
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
4 changes: 2 additions & 2 deletions chromepolicy/v1/chromepolicy-api.json
Expand Up @@ -324,7 +324,7 @@
}
}
},
"revision": "20220506",
"revision": "20220612",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
Expand Down Expand Up @@ -725,7 +725,7 @@
"type": "string"
},
"policySchemaFilter": {
"description": "The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/chrome-management/guides/policyapi for details on schema namepsaces. For example: Valid: \"chrome.users.*\", \"chrome.users.apps.*\", \"chrome.printers.*\" Invalid: \"*\", \"*.users\", \"chrome.*\", \"chrome.*.apps.*\"",
"description": "The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namepsaces. For example: Valid: \"chrome.users.*\", \"chrome.users.apps.*\", \"chrome.printers.*\" Invalid: \"*\", \"*.users\", \"chrome.*\", \"chrome.*.apps.*\"",
"type": "string"
},
"policyTargetKey": {
Expand Down
8 changes: 4 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.

8 changes: 5 additions & 3 deletions datamigration/v1/datamigration-api.json
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20220504",
"revision": "20220602",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1840,7 +1840,8 @@
"UNSUPPORTED_GTID_MODE",
"UNSUPPORTED_TABLE_DEFINITION",
"UNSUPPORTED_DEFINER",
"CANT_RESTART_RUNNING_MIGRATION"
"CANT_RESTART_RUNNING_MIGRATION",
"TABLES_WITH_LIMITED_SUPPORT"
],
"enumDescriptions": [
"An unknown error occurred",
Expand All @@ -1862,7 +1863,8 @@
"The gtid_mode is not supported, applicable for MySQL.",
"The table definition is not support due to missing primary key or replica identity.",
"The definer is not supported.",
"Migration is already running at the time of restart request."
"Migration is already running at the time of restart request.",
"The source has tables with limited support. E.g. PostgreSQL tables without primary keys."
],
"readOnly": true,
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions datamigration/v1/datamigration-gen.go

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

8 changes: 2 additions & 6 deletions dfareporting/v3.5/dfareporting-api.json
Expand Up @@ -2290,9 +2290,7 @@
"OBJECT_TARGETING_TEMPLATE",
"OBJECT_SEARCH_LIFT_STUDY",
"OBJECT_FLOODLIGHT_DV360_LINK",
"OBJECT_ADVERTISER_CUSTOMER_LINK",
"OBJECT_CREATIVE_PROJECT",
"OBJECT_ACCOUNT_CAMPAIGN_CREATIVE_PROJECT_LINK"
"OBJECT_ADVERTISER_CUSTOMER_LINK"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -2335,8 +2333,6 @@
"",
"",
"",
"",
"",
""
],
"location": "query",
Expand Down Expand Up @@ -9663,7 +9659,7 @@
}
}
},
"revision": "20220607",
"revision": "20220611",
"rootUrl": "https://dfareporting.googleapis.com/",
"schemas": {
"Account": {
Expand Down
8 changes: 1 addition & 7 deletions dfareporting/v3.5/dfareporting-gen.go

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

8 changes: 2 additions & 6 deletions dfareporting/v4/dfareporting-api.json
Expand Up @@ -2633,9 +2633,7 @@
"OBJECT_TARGETING_TEMPLATE",
"OBJECT_SEARCH_LIFT_STUDY",
"OBJECT_FLOODLIGHT_DV360_LINK",
"OBJECT_ADVERTISER_CUSTOMER_LINK",
"OBJECT_CREATIVE_PROJECT",
"OBJECT_ACCOUNT_CAMPAIGN_CREATIVE_PROJECT_LINK"
"OBJECT_ADVERTISER_CUSTOMER_LINK"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -2678,8 +2676,6 @@
"",
"",
"",
"",
"",
""
],
"location": "query",
Expand Down Expand Up @@ -10036,7 +10032,7 @@
}
}
},
"revision": "20220607",
"revision": "20220611",
"rootUrl": "https://dfareporting.googleapis.com/",
"schemas": {
"Account": {
Expand Down
8 changes: 1 addition & 7 deletions dfareporting/v4/dfareporting-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 docs/v1/docs-api.json
Expand Up @@ -216,7 +216,7 @@
}
}
},
"revision": "20220601",
"revision": "20220609",
"rootUrl": "https://docs.googleapis.com/",
"schemas": {
"AutoText": {
Expand Down Expand Up @@ -2411,7 +2411,7 @@
"type": "string"
},
"pageBreakBefore": {
"description": "Whether the current paragraph should always start at the beginning of a page. If unset, the value is inherited from the parent. Attempting to update page_break_before for paragraphs in unsupported regions, including Table, Header, Footer and Footnote can result in an invalid document state in which case a 400 bad request error is returned.",
"description": "Whether the current paragraph should always start at the beginning of a page. If unset, the value is inherited from the parent. Attempting to update page_break_before for paragraphs in unsupported regions, including Table, Header, Footer and Footnote, can result in an invalid document state which returns a 400 bad request error.",
"type": "boolean"
},
"shading": {
Expand Down Expand Up @@ -3454,7 +3454,7 @@
"properties": {
"paragraphStyle": {
"$ref": "ParagraphStyle",
"description": "A ParagraphStyle that only includes the changes made in this suggestion. This can be used along with the paragraph_suggestion_state to see which fields have changed and their new values."
"description": "A ParagraphStyle that only includes the changes made in this suggestion. This can be used along with the paragraph_style_suggestion_state to see which fields have changed and their new values."
},
"paragraphStyleSuggestionState": {
"$ref": "ParagraphStyleSuggestionState",
Expand Down Expand Up @@ -4168,7 +4168,7 @@
"id": "UpdateParagraphStyleRequest",
"properties": {
"fields": {
"description": "The fields that should be updated. At least one field must be specified. The root `paragraph_style` is implied and should not be specified. For example, to update the paragraph style's alignment property, set `fields` to `\"alignment\"`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.",
"description": "The fields that should be updated. At least one field must be specified. The root `paragraph_style` is implied and should not be specified. A single `\"*\"` can be used as short-hand for listing every field. For example, to update the paragraph style's alignment property, set `fields` to `\"alignment\"`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.",
"format": "google-fieldmask",
"type": "string"
},
Expand Down
13 changes: 7 additions & 6 deletions docs/v1/docs-gen.go

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

26 changes: 24 additions & 2 deletions doubleclickbidmanager/v1.1/doubleclickbidmanager-api.json
Expand Up @@ -280,7 +280,7 @@
}
}
},
"revision": "20220426",
"revision": "20220607",
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
"schemas": {
"ChannelGrouping": {
Expand Down Expand Up @@ -2074,7 +2074,18 @@
"METRIC_WIN_LOSS_DEAL_TARGETED_IMPRESSIONS",
"METRIC_WIN_LOSS_LINEITEM_TARGETED_IMPRESSIONS",
"METRIC_VERIFICATION_VIDEO_PLAYER_SIZE_MEASURABLE_IMPRESSIONS",
"METRIC_TRUEVIEW_ALL_AD_SEQUENCE_IMPRESSIONS"
"METRIC_TRUEVIEW_ALL_AD_SEQUENCE_IMPRESSIONS",
"METRIC_IMPRESSIONS_COVIEWED",
"METRIC_UNIQUE_REACH_IMPRESSION_REACH_COVIEWED",
"METRIC_UNIQUE_REACH_TOTAL_REACH_COVIEWED",
"METRIC_UNIQUE_REACH_AVERAGE_IMPRESSION_FREQUENCY_COVIEWED",
"METRIC_GRP_CORRECTED_IMPRESSIONS_COVIEWED",
"METRIC_VIRTUAL_PEOPLE_IMPRESSION_REACH_BY_DEMO_COVIEWED",
"METRIC_VIRTUAL_PEOPLE_AVERAGE_IMPRESSION_FREQUENCY_BY_DEMO_COVIEWED",
"METRIC_TARGET_RATING_POINTS_COVIEWED",
"METRIC_DEMO_COMPOSITION_IMPRESSION_COVIEWED",
"METRIC_VIRTUAL_PEOPLE_IMPRESSION_REACH_SHARE_PERCENT_COVIEWED",
"METRIC_VIRTUAL_PEOPLE_IMPRESSION_REACH_PERCENT_COVIEWED"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -2541,6 +2552,17 @@
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
Expand Down
12 changes: 12 additions & 0 deletions doubleclickbidmanager/v1.1/doubleclickbidmanager-gen.go

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