Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::UpdateWasmPluginRequest.
Request used by the UpdateWasmPlugin
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update. The fields specified in theupdate_mask
field are relative to the resource, not the full request. An omittedupdate_mask
field is treated as an impliedupdate_mask
field equivalent to all fields that are populated (that have a non-empty value). Theupdate_mask
field supports a special value*
, which means that each field in the givenWasmPlugin
resource (including the empty ones) replaces the current value.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update. The fields specified in theupdate_mask
field are relative to the resource, not the full request. An omittedupdate_mask
field is treated as an impliedupdate_mask
field equivalent to all fields that are populated (that have a non-empty value). Theupdate_mask
field supports a special value*
, which means that each field in the givenWasmPlugin
resource (including the empty ones) replaces the current value.
Returns
-
(::Google::Protobuf::FieldMask) — Optional. Used to specify the fields to be overwritten in the
WasmPlugin
resource by the update. The fields specified in theupdate_mask
field are relative to the resource, not the full request. An omittedupdate_mask
field is treated as an impliedupdate_mask
field equivalent to all fields that are populated (that have a non-empty value). Theupdate_mask
field supports a special value*
, which means that each field in the givenWasmPlugin
resource (including the empty ones) replaces the current value.
#wasm_plugin
def wasm_plugin() -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Returns
-
(::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required. Updated
WasmPlugin
resource.
#wasm_plugin=
def wasm_plugin=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Parameter
-
value (::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required. Updated
WasmPlugin
resource.
Returns
-
(::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required. Updated
WasmPlugin
resource.