Class ProjectsResource.LocationsResource.WasmPluginsResource.PatchRequest
Updates the parameters of the specified WasmPlugin
resource.
Inheritance
Inherited Members
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WasmPluginsResource.PatchRequest : NetworkServicesBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, WasmPlugin, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, WasmPlugin body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
WasmPlugin | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Identifier. Name of the WasmPlugin
resource in the following format:
projects/{project}/locations/{location}/wasmPlugins/{wasm_plugin}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
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.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()