Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ServiceMesh.
Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mesh
def mesh() -> ::String
Returns
-
(::String) — The Mesh resource name. Format:
projects/{project}/locations/global/meshes/{mesh}
, where{project}
can be project id or number.
#mesh=
def mesh=(value) -> ::String
Parameter
-
value (::String) — The Mesh resource name. Format:
projects/{project}/locations/global/meshes/{mesh}
, where{project}
can be project id or number.
Returns
-
(::String) — The Mesh resource name. Format:
projects/{project}/locations/global/meshes/{mesh}
, where{project}
can be project id or number.