Class: Google::Cloud::NetworkServices::V1::GetWasmPluginRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetWasmPluginRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Request used by the GetWasmPlugin method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::NetworkServices::V1::WasmPluginView
Determines how much data must be returned in the response.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the WasmPlugin resource to get. Must be in the
format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
367 368 369 370 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 367 class GetWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::NetworkServices::V1::WasmPluginView
Returns Determines how much data must be returned in the response. See AIP-157.
367 368 369 370 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 367 class GetWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |