Class: Google::Cloud::NetworkServices::V1::DeleteWasmPluginVersionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



497
498
499
500
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 497

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