public sealed class UpdateWasmPluginRequest : IMessage<UpdateWasmPluginRequest>, IEquatable<UpdateWasmPluginRequest>, IDeepCloneable<UpdateWasmPluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateWasmPluginRequest.
Request used by the UpdateWasmPlugin
method.
Implements
IMessageUpdateWasmPluginRequest, IEquatableUpdateWasmPluginRequest, IDeepCloneableUpdateWasmPluginRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
UpdateWasmPluginRequest()
public UpdateWasmPluginRequest()
UpdateWasmPluginRequest(UpdateWasmPluginRequest)
public UpdateWasmPluginRequest(UpdateWasmPluginRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateWasmPluginRequest |
Properties
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |
WasmPlugin
public WasmPlugin WasmPlugin { get; set; }
Required. Updated WasmPlugin
resource.
Property Value | |
---|---|
Type | Description |
WasmPlugin |