Reference documentation and code samples for the Google Cloud Network Services V1 Client class UpdateWasmPluginRequest.
Request used by the UpdateWasmPlugin
method.
Generated from protobuf message google.cloud.networkservices.v1.UpdateWasmPluginRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
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.
↳ wasm_plugin
getUpdateMask
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.
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
$this
getWasmPlugin
Required. Updated WasmPlugin
resource.
hasWasmPlugin
clearWasmPlugin
setWasmPlugin
Required. Updated WasmPlugin
resource.
$this
static::build
wasmPlugin
updateMask
Google\Protobuf\FieldMask
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.