Skip to content

Commit

Permalink
feat(dns)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.
#### dns:v1
The following keys were changed:
- documentationLink

#### dns:v1beta2
The following keys were deleted:
- schemas.ResourceRecordSetsListResponse.properties.kind.description

The following keys were changed:
- documentationLink
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 21, 2020
1 parent d65b977 commit 88f18f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions discovery/dns-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"canonicalName": "Dns",
"description": "",
"discoveryVersion": "v1",
"documentationLink": "http://developers.google.com/cloud-dns",
"documentationLink": "https://cloud.google.com/dns/docs",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -1037,7 +1037,7 @@
}
}
},
"revision": "20201003",
"revision": "20201013",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down
5 changes: 2 additions & 3 deletions discovery/dns-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"canonicalName": "Dns",
"description": "",
"discoveryVersion": "v1",
"documentationLink": "http://developers.google.com/cloud-dns",
"documentationLink": "https://cloud.google.com/dns/docs",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -1037,7 +1037,7 @@
}
}
},
"revision": "20201003",
"revision": "20201013",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -2109,7 +2109,6 @@
},
"kind": {
"default": "dns#resourceRecordSetsListResponse",
"description": "Type of resource.",
"type": "string"
},
"nextPageToken": {
Expand Down
3 changes: 0 additions & 3 deletions src/apis/dns/v1beta2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,6 @@ export namespace dns_v1beta2 {
}
export interface Schema$ResourceRecordSetsListResponse {
header?: Schema$ResponseHeader;
/**
* Type of resource.
*/
kind?: string | null;
/**
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size.
Expand Down

0 comments on commit 88f18f7

Please sign in to comment.