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
WasmPluginresource by the update. The fields specified in theupdate_maskfield are relative to the resource, not the full request. An omittedupdate_maskfield is treated as an impliedupdate_maskfield equivalent to all fields that are populated (that have a non-empty value). Theupdate_maskfield supports a special value*, which means that each field in the givenWasmPluginresource (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
WasmPluginresource by the update. The fields specified in theupdate_maskfield are relative to the resource, not the full request. An omittedupdate_maskfield is treated as an impliedupdate_maskfield equivalent to all fields that are populated (that have a non-empty value). Theupdate_maskfield supports a special value*, which means that each field in the givenWasmPluginresource (including the empty ones) replaces the current value.
Returns
-
(::Google::Protobuf::FieldMask) — Optional. Used to specify the fields to be overwritten in the
WasmPluginresource by the update. The fields specified in theupdate_maskfield are relative to the resource, not the full request. An omittedupdate_maskfield is treated as an impliedupdate_maskfield equivalent to all fields that are populated (that have a non-empty value). Theupdate_maskfield supports a special value*, which means that each field in the givenWasmPluginresource (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
WasmPluginresource.
#wasm_plugin=
def wasm_plugin=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Parameter
-
value (::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required. Updated
WasmPluginresource.
Returns
-
(::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required. Updated
WasmPluginresource.