Class: Google::Cloud::NetworkServices::V1::DeleteHttpRouteRequest

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

Overview

Request used by the DeleteHttpRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



663
664
665
666
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 663

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