Class: Google::Cloud::NetworkServices::V1::GetWasmPluginVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetWasmPluginVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Request used by the GetWasmPluginVersion method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the WasmPluginVersion resource to get. Must be in
the format
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.
468 469 470 471 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 468 class GetWasmPluginVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |