Class: Google::Cloud::NetworkServices::V1::CreateWasmPluginRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::CreateWasmPluginRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Request used by the CreateWasmPlugin method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#wasm_plugin ⇒ ::Google::Cloud::NetworkServices::V1::WasmPlugin
Required.
-
#wasm_plugin_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource of the WasmPlugin resource. Must be in the
format projects/{project}/locations/global.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 383 class CreateWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wasm_plugin ⇒ ::Google::Cloud::NetworkServices::V1::WasmPlugin
Returns Required. WasmPlugin resource to be created.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 383 class CreateWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wasm_plugin_id ⇒ ::String
Returns Required. User-provided ID of the WasmPlugin resource to be created.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 383 class CreateWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |