Skip to content

Commit cb7d6a4

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were deleted: - schemas.Endpoint.properties.aliases.deprecated (Total Keys: 1) #### servicenetworking:v1beta The following keys were deleted: - schemas.Endpoint.properties.aliases.deprecated (Total Keys: 1)
1 parent 105e2af commit cb7d6a4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20240421",
1032+
"revision": "20240428",
10331033
"rootUrl": "https://servicenetworking.googleapis.com/",
10341034
"schemas": {
10351035
"AddDnsRecordSetMetadata": {
@@ -2091,8 +2091,7 @@
20912091
"id": "Endpoint",
20922092
"properties": {
20932093
"aliases": {
2094-
"deprecated": true,
2095-
"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.",
2094+
"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.",
20962095
"items": {
20972096
"type": "string"
20982097
},

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20240421",
310+
"revision": "20240428",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -1190,8 +1190,7 @@
11901190
"id": "Endpoint",
11911191
"properties": {
11921192
"aliases": {
1193-
"deprecated": true,
1194-
"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.",
1193+
"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.",
11951194
"items": {
11961195
"type": "string"
11971196
},

0 commit comments

Comments
 (0)