File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1526
1526
}
1527
1527
}
1528
1528
},
1529
- "revision" : " 20240816 " ,
1529
+ "revision" : " 20240823 " ,
1530
1530
"rootUrl" : " https://run.googleapis.com/" ,
1531
1531
"schemas" : {
1532
1532
"GoogleCloudRunV2BinaryAuthorization" : {
3380
3380
"type" : " object"
3381
3381
},
3382
3382
"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 ." ,
3384
3384
"id" : " GoogleCloudRunV2ServiceMesh" ,
3385
3385
"properties" : {
3386
3386
"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 ." ,
3388
3388
"type" : " string"
3389
3389
}
3390
3390
},
Original file line number Diff line number Diff line change @@ -1336,11 +1336,11 @@ export namespace run_v2 {
1336
1336
urls ?: string [ ] | null ;
1337
1337
}
1338
1338
/**
1339
- * Service mesh configuration .
1339
+ * Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview .
1340
1340
*/
1341
1341
export interface Schema$GoogleCloudRunV2ServiceMesh {
1342
1342
/**
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 .
1344
1344
*/
1345
1345
mesh ?: string | null ;
1346
1346
}
You can’t perform that action at this time.
0 commit comments