From 092ebef7e85aa1c734435643f5e969bf7725894b Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 9 Jun 2020 04:45:27 -0700 Subject: [PATCH] feat(servicenetworking)!: update the API BREAKING CHANGE: This release has breaking changes. #### servicenetworking:v1beta The following keys were deleted: - schemas.Endpoint.properties.features.description - schemas.Endpoint.properties.features.items.type - schemas.Endpoint.properties.features.type #### servicenetworking:v1 The following keys were deleted: - schemas.Endpoint.properties.features.description - schemas.Endpoint.properties.features.items.type - schemas.Endpoint.properties.features.type --- discovery/servicenetworking-v1.json | 9 +-------- discovery/servicenetworking-v1beta.json | 9 +-------- src/apis/servicenetworking/v1.ts | 4 ---- src/apis/servicenetworking/v1beta.ts | 4 ---- 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/discovery/servicenetworking-v1.json b/discovery/servicenetworking-v1.json index 63dc7ef86a7..901cb58041c 100644 --- a/discovery/servicenetworking-v1.json +++ b/discovery/servicenetworking-v1.json @@ -677,7 +677,7 @@ } } }, - "revision": "20200527", + "revision": "20200606", "rootUrl": "https://servicenetworking.googleapis.com/", "schemas": { "AddDnsRecordSetMetadata": { @@ -1379,13 +1379,6 @@ "description": "Allowing\n[CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka\ncross-domain traffic, would allow the backends served from this endpoint to\nreceive and respond to HTTP OPTIONS requests. The response will be used by\nthe browser to determine whether the subsequent cross-origin request is\nallowed to proceed.", "type": "boolean" }, - "features": { - "description": "The list of features enabled on this endpoint.", - "items": { - "type": "string" - }, - "type": "array" - }, "name": { "description": "The canonical name of this endpoint.", "type": "string" diff --git a/discovery/servicenetworking-v1beta.json b/discovery/servicenetworking-v1beta.json index 844f9a1062a..e8c03d25e82 100644 --- a/discovery/servicenetworking-v1beta.json +++ b/discovery/servicenetworking-v1beta.json @@ -307,7 +307,7 @@ } } }, - "revision": "20200527", + "revision": "20200606", "rootUrl": "https://servicenetworking.googleapis.com/", "schemas": { "AddDnsRecordSetMetadata": { @@ -903,13 +903,6 @@ "description": "Allowing\n[CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka\ncross-domain traffic, would allow the backends served from this endpoint to\nreceive and respond to HTTP OPTIONS requests. The response will be used by\nthe browser to determine whether the subsequent cross-origin request is\nallowed to proceed.", "type": "boolean" }, - "features": { - "description": "The list of features enabled on this endpoint.", - "items": { - "type": "string" - }, - "type": "array" - }, "name": { "description": "The canonical name of this endpoint.", "type": "string" diff --git a/src/apis/servicenetworking/v1.ts b/src/apis/servicenetworking/v1.ts index f844e9a3c79..d07219c731b 100644 --- a/src/apis/servicenetworking/v1.ts +++ b/src/apis/servicenetworking/v1.ts @@ -659,10 +659,6 @@ export namespace servicenetworking_v1 { * Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed. */ allowCors?: boolean | null; - /** - * The list of features enabled on this endpoint. - */ - features?: string[] | null; /** * The canonical name of this endpoint. */ diff --git a/src/apis/servicenetworking/v1beta.ts b/src/apis/servicenetworking/v1beta.ts index 39a68b1e9a1..62549176401 100644 --- a/src/apis/servicenetworking/v1beta.ts +++ b/src/apis/servicenetworking/v1beta.ts @@ -573,10 +573,6 @@ export namespace servicenetworking_v1beta { * Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed. */ allowCors?: boolean | null; - /** - * The list of features enabled on this endpoint. - */ - features?: string[] | null; /** * The canonical name of this endpoint. */