Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 28, 2022
1 parent a20cd59 commit c824ae8
Show file tree
Hide file tree
Showing 30 changed files with 1,474 additions and 149 deletions.
29 changes: 19 additions & 10 deletions adsense/v2/adsense-api.json
Expand Up @@ -1645,7 +1645,7 @@
}
}
},
"revision": "20220503",
"revision": "20220727",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand All @@ -1664,7 +1664,8 @@
"type": "string"
},
"name": {
"description": "Resource name of the account. Format: accounts/pub-[0-9]+",
"description": "Output only. Resource name of the account. Format: accounts/pub-[0-9]+",
"readOnly": true,
"type": "string"
},
"pendingTasks": {
Expand Down Expand Up @@ -1709,7 +1710,8 @@
"id": "AdClient",
"properties": {
"name": {
"description": "Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}",
"description": "Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}",
"readOnly": true,
"type": "string"
},
"productCode": {
Expand Down Expand Up @@ -1777,7 +1779,8 @@
"type": "string"
},
"name": {
"description": "Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}",
"description": "Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}",
"readOnly": true,
"type": "string"
},
"reportingDimensionId": {
Expand Down Expand Up @@ -1824,7 +1827,8 @@
"type": "string"
},
"name": {
"description": "Resource name of the alert. Format: accounts/{account}/alerts/{alert}",
"description": "Output only. Resource name of the alert. Format: accounts/{account}/alerts/{alert}",
"readOnly": true,
"type": "string"
},
"severity": {
Expand Down Expand Up @@ -1903,7 +1907,8 @@
"type": "string"
},
"name": {
"description": "Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}",
"description": "Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}",
"readOnly": true,
"type": "string"
},
"reportingDimensionId": {
Expand Down Expand Up @@ -2223,7 +2228,8 @@
"readOnly": true
},
"name": {
"description": "Resource name of the payment. Format: - accounts/{account}/payments/unpaid for unpaid (current) AdSense earnings. - accounts/{account}/payments/youtube-unpaid for unpaid (current) YouTube earnings. - accounts/{account}/payments/yyyy-MM-dd for paid AdSense earnings. - accounts/{account}/payments/youtube-yyyy-MM-dd for paid YouTube earnings. ",
"description": "Output only. Resource name of the payment. Format: - accounts/{account}/payments/unpaid for unpaid (current) AdSense earnings. - accounts/{account}/payments/youtube-unpaid for unpaid (current) YouTube earnings. - accounts/{account}/payments/yyyy-MM-dd for paid AdSense earnings. - accounts/{account}/payments/youtube-yyyy-MM-dd for paid YouTube earnings.",
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -2297,7 +2303,8 @@
"id": "SavedReport",
"properties": {
"name": {
"description": "Resource name of the report. Format: accounts/{account}/reports/{report}",
"description": "Output only. Resource name of the report. Format: accounts/{account}/reports/{report}",
"readOnly": true,
"type": "string"
},
"title": {
Expand All @@ -2320,7 +2327,8 @@
"type": "string"
},
"name": {
"description": "Resource name of a site. Format: accounts/{account}/sites/{site}",
"description": "Output only. Resource name of a site. Format: accounts/{account}/sites/{site}",
"readOnly": true,
"type": "string"
},
"reportingDimensionId": {
Expand Down Expand Up @@ -2370,7 +2378,8 @@
"id": "UrlChannel",
"properties": {
"name": {
"description": "Resource name of the URL channel. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}",
"description": "Output only. Resource name of the URL channel. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}",
"readOnly": true,
"type": "string"
},
"reportingDimensionId": {
Expand Down
19 changes: 10 additions & 9 deletions adsense/v2/adsense-gen.go

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

4 changes: 3 additions & 1 deletion analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -2773,7 +2773,7 @@
}
}
},
"revision": "20220725",
"revision": "20220727",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccount": {
Expand Down Expand Up @@ -4839,6 +4839,7 @@
"DATA_RETENTION_SETTINGS",
"DISPLAY_VIDEO_360_ADVERTISER_LINK",
"DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL",
"SEARCH_ADS_360_LINK",
"DATA_STREAM",
"ATTRIBUTION_SETTINGS"
],
Expand All @@ -4856,6 +4857,7 @@
"DataRetentionSettings resource",
"DisplayVideo360AdvertiserLink resource",
"DisplayVideo360AdvertiserLinkProposal resource",
"SearchAds360Link resource",
"DataStream resource",
"AttributionSettings resource"
],
Expand Down
1 change: 1 addition & 0 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

10 changes: 9 additions & 1 deletion blogger/v2/blogger-api.json
Expand Up @@ -401,7 +401,7 @@
}
}
},
"revision": "20220625",
"revision": "20220727",
"rootUrl": "https://blogger.googleapis.com/",
"schemas": {
"Blog": {
Expand Down Expand Up @@ -813,6 +813,10 @@
"description": "The title of this entity. This is the name displayed in the Admin user interface.",
"type": "string"
},
"trashed": {
"description": "RFC 3339 date-time when this Page was trashed.",
"type": "string"
},
"updated": {
"description": "RFC 3339 date-time when this Page was last updated.",
"type": "string"
Expand Down Expand Up @@ -1021,6 +1025,10 @@
"description": "The title link URL, similar to atom's related link.",
"type": "string"
},
"trashed": {
"description": "RFC 3339 date-time when this Post was last trashed.",
"type": "string"
},
"updated": {
"description": "RFC 3339 date-time when this Post was last updated.",
"type": "string"
Expand Down
6 changes: 6 additions & 0 deletions blogger/v2/blogger-gen.go

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

10 changes: 9 additions & 1 deletion blogger/v3/blogger-api.json
Expand Up @@ -1684,7 +1684,7 @@
}
}
},
"revision": "20220625",
"revision": "20220727",
"rootUrl": "https://blogger.googleapis.com/",
"schemas": {
"Blog": {
Expand Down Expand Up @@ -2096,6 +2096,10 @@
"description": "The title of this entity. This is the name displayed in the Admin user interface.",
"type": "string"
},
"trashed": {
"description": "RFC 3339 date-time when this Page was trashed.",
"type": "string"
},
"updated": {
"description": "RFC 3339 date-time when this Page was last updated.",
"type": "string"
Expand Down Expand Up @@ -2346,6 +2350,10 @@
"description": "The title link URL, similar to atom's related link.",
"type": "string"
},
"trashed": {
"description": "RFC 3339 date-time when this Post was last trashed.",
"type": "string"
},
"updated": {
"description": "RFC 3339 date-time when this Post was last updated.",
"type": "string"
Expand Down
6 changes: 6 additions & 0 deletions blogger/v3/blogger-gen.go

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

10 changes: 5 additions & 5 deletions calendar/v3/calendar-api.json
Expand Up @@ -827,7 +827,7 @@
]
},
"get": {
"description": "Returns an event.",
"description": "Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.",
"httpMethod": "GET",
"id": "calendar.events.get",
"parameterOrder": [
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"type": "string"
},
"iCalUID": {
"description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
"description": "Specifies an event ID in the iCalendar format to be provided in the response. Optional. Use this if you want to search for an event by its iCalendar ID.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1485,7 +1485,7 @@
"type": "string"
},
"iCalUID": {
"description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
"description": "Specifies an event ID in the iCalendar format to be provided in the response. Optional. Use this if you want to search for an event by its iCalendar ID.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1723,7 +1723,7 @@
}
}
},
"revision": "20220520",
"revision": "20220722",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down Expand Up @@ -2478,7 +2478,7 @@
"calendar.events.import"
]
},
"description": "Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.\nNote that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.",
"description": "Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.\nNote that the iCalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same iCalUIDs. To retrieve an event using its iCalUID, call the events.list method using the iCalUID parameter. To retrieve an event using its id, call the events.get method.",
"type": "string"
},
"id": {
Expand Down

0 comments on commit c824ae8

Please sign in to comment.