Skip to content

Commit

Permalink
fix(run): update the API
Browse files Browse the repository at this point in the history
#### run:v2

The following keys were changed:
- schemas.GoogleCloudRunV2ServiceMesh.description
- schemas.GoogleCloudRunV2ServiceMesh.properties.mesh.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 4, 2024
1 parent 1ab5713 commit 515cb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/run-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@
}
}
},
"revision": "20240816",
"revision": "20240823",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"GoogleCloudRunV2BinaryAuthorization": {
Expand Down Expand Up @@ -3380,11 +3380,11 @@
"type": "object"
},
"GoogleCloudRunV2ServiceMesh": {
"description": "Service mesh configuration.",
"description": "Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.",
"id": "GoogleCloudRunV2ServiceMesh",
"properties": {
"mesh": {
"description": "The service mesh resource name. Format: projects/{project_number}/locations/global/meshes/{mesh}.",
"description": "The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}, where {project} can be project id or number.",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/run/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1336,11 +1336,11 @@ export namespace run_v2 {
urls?: string[] | null;
}
/**
* Service mesh configuration.
* Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.
*/
export interface Schema$GoogleCloudRunV2ServiceMesh {
/**
* The service mesh resource name. Format: projects/{project_number\}/locations/global/meshes/{mesh\}.
* The Mesh resource name. Format: projects/{project\}/locations/global/meshes/{mesh\}, where {project\} can be project id or number.
*/
mesh?: string | null;
}
Expand Down

0 comments on commit 515cb27

Please sign in to comment.