Skip to content

Commit 515cb27

Browse files
yoshi-automationsofisl
authored andcommitted
fix(run): update the API
#### run:v2 The following keys were changed: - schemas.GoogleCloudRunV2ServiceMesh.description - schemas.GoogleCloudRunV2ServiceMesh.properties.mesh.description
1 parent 1ab5713 commit 515cb27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/run-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
}
15271527
}
15281528
},
1529-
"revision": "20240816",
1529+
"revision": "20240823",
15301530
"rootUrl": "https://run.googleapis.com/",
15311531
"schemas": {
15321532
"GoogleCloudRunV2BinaryAuthorization": {
@@ -3380,11 +3380,11 @@
33803380
"type": "object"
33813381
},
33823382
"GoogleCloudRunV2ServiceMesh": {
3383-
"description": "Service mesh configuration.",
3383+
"description": "Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.",
33843384
"id": "GoogleCloudRunV2ServiceMesh",
33853385
"properties": {
33863386
"mesh": {
3387-
"description": "The service mesh resource name. Format: projects/{project_number}/locations/global/meshes/{mesh}.",
3387+
"description": "The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}, where {project} can be project id or number.",
33883388
"type": "string"
33893389
}
33903390
},

src/apis/run/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,11 +1336,11 @@ export namespace run_v2 {
13361336
urls?: string[] | null;
13371337
}
13381338
/**
1339-
* Service mesh configuration.
1339+
* Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.
13401340
*/
13411341
export interface Schema$GoogleCloudRunV2ServiceMesh {
13421342
/**
1343-
* The service mesh resource name. Format: projects/{project_number\}/locations/global/meshes/{mesh\}.
1343+
* The Mesh resource name. Format: projects/{project\}/locations/global/meshes/{mesh\}, where {project\} can be project id or number.
13441344
*/
13451345
mesh?: string | null;
13461346
}

0 commit comments

Comments
 (0)