@@ -1803,7 +1803,8 @@ class GoogleCloudRunV2Revision
1803
1803
# @return [String]
1804
1804
attr_accessor :service_account
1805
1805
1806
- # Service mesh configuration.
1806
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
1807
+ # com/service-mesh/docs/overview.
1807
1808
# Corresponds to the JSON property `serviceMesh`
1808
1809
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
1809
1810
attr_accessor :service_mesh
@@ -2011,7 +2012,8 @@ class GoogleCloudRunV2RevisionTemplate
2011
2012
# @return [String]
2012
2013
attr_accessor :service_account
2013
2014
2014
- # Service mesh configuration.
2015
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2016
+ # com/service-mesh/docs/overview.
2015
2017
# Corresponds to the JSON property `serviceMesh`
2016
2018
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
2017
2019
attr_accessor :service_mesh
@@ -2462,12 +2464,13 @@ def update!(**args)
2462
2464
end
2463
2465
end
2464
2466
2465
- # Service mesh configuration.
2467
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2468
+ # com/service-mesh/docs/overview.
2466
2469
class GoogleCloudRunV2ServiceMesh
2467
2470
include Google ::Apis ::Core ::Hashable
2468
2471
2469
- # The service mesh resource name. Format: projects/`project_number `/locations/
2470
- # global/meshes/` mesh`.
2472
+ # The Mesh resource name. Format: projects/`project `/locations/global/meshes/`
2473
+ # mesh`, where `project` can be project id or number .
2471
2474
# Corresponds to the JSON property `mesh`
2472
2475
# @return [String]
2473
2476
attr_accessor :mesh
0 commit comments