Class: Google::Cloud::Run::V2::ServiceMesh
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ServiceMesh
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.
Instance Attribute Summary collapse
-
#mesh ⇒ ::String
The Mesh resource name.
Instance Attribute Details
#mesh ⇒ ::String
Returns The Mesh resource name. Format:
projects/{project}/locations/global/meshes/{mesh}
, where {project}
can
be project id or number.
124 125 126 127 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 124 class ServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |