Class: Google::Cloud::NetworkServices::V1::UpdateWasmPluginRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::UpdateWasmPluginRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Request used by the UpdateWasmPlugin method.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#wasm_plugin ⇒ ::Google::Cloud::NetworkServices::V1::WasmPlugin
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Used to specify the fields to be overwritten in the
WasmPlugin resource by the update.
The fields specified in the update_mask field are relative to the
resource, not the full request.
An omitted update_mask field is treated as an implied update_mask
field equivalent to all fields that are populated (that have a non-empty
value).
The update_mask field supports a special value *, which means that
each field in the given WasmPlugin resource (including the empty ones)
replaces the current value.
404 405 406 407 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 404 class UpdateWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wasm_plugin ⇒ ::Google::Cloud::NetworkServices::V1::WasmPlugin
Returns Required. Updated WasmPlugin resource.
404 405 406 407 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 404 class UpdateWasmPluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |