UpdateWasmPluginRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request used by the UpdateWasmPlugin method.
Attributes |
|
|---|---|
| Name | Description |
update_mask |
google.protobuf.field_mask_pb2.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 |
google.cloud.network_services_v1.types.WasmPlugin
Required. Updated WasmPlugin resource.
|