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 15261526 }
15271527 }
15281528 },
1529- "revision" : " 20240816 " ,
1529+ "revision" : " 20240823 " ,
15301530 "rootUrl" : " https://run.googleapis.com/" ,
15311531 "schemas" : {
15321532 "GoogleCloudRunV2BinaryAuthorization" : {
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 },
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments