Class: Google::Cloud::NetworkServices::V1::DeleteMeshRequest

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 DeleteMesh method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



148
149
150
151
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 148

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