Class: Google::Cloud::NetworkServices::V1::DeleteAgentGatewayRequest

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

Overview

Request used by the DeleteAgentGateway method.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. The etag of the AgentGateway to delete.

Returns:

  • (::String)

    Optional. The etag of the AgentGateway to delete.



295
296
297
298
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 295

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

#name::String

Returns Required. A name of the AgentGateway to delete. Must be in the format projects/*/locations/*/agentGateways/*.

Returns:

  • (::String)

    Required. A name of the AgentGateway to delete. Must be in the format projects/*/locations/*/agentGateways/*.



295
296
297
298
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 295

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