Class: Google::Cloud::NetworkServices::V1::GetMeshRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/mesh.rb

Overview

Request used by the GetMesh method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*.

Returns:

  • (::String)

    Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*.



106
107
108
109
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 106

class GetMeshRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end