Class: Google::Cloud::NetworkServices::V1::DeleteWasmPluginRequest

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

Overview

Request used by the DeleteWasmPlugin method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

Returns:

  • (::String)

    Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.



414
415
416
417
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 414

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