Class: Google::Cloud::NetworkServices::V1::DeleteWasmPluginVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::DeleteWasmPluginVersionRequest
- 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
-
#name ⇒ ::String
Required.
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}.
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 |