Skip to content

Commit

Permalink
feat(servicemanagement)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### servicemanagement:v1

The following keys were deleted:
- schemas.Endpoint.properties.aliases.deprecated

The following keys were changed:
- schemas.Endpoint.properties.aliases.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 7, 2024
1 parent a366d52 commit 9c2242b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions discovery/servicemanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
}
}
},
"revision": "20240419",
"revision": "20240426",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -1684,8 +1684,7 @@
"id": "Endpoint",
"properties": {
"aliases": {
"deprecated": true,
"description": "Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.",
"description": "Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and will be provisioned in the GCP stack for the Regional Endpoints.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/servicemanagement/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export namespace servicemanagement_v1 {
*/
export interface Schema$Endpoint {
/**
* Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
* Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and will be provisioned in the GCP stack for the Regional Endpoints.
*/
aliases?: string[] | null;
/**
Expand Down

0 comments on commit 9c2242b

Please sign in to comment.