Method: projects.locations.wasmPlugins.patch

Updates the parameters of the specified WasmPlugin resource.

HTTP request

PATCH https://networkservices.googleapis.com/v1alpha1/{wasmPlugin.name=projects/*/locations/*/wasmPlugins/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
wasmPlugin.name

string

Required. Name of the WasmPlugin resource in the following format: projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Used to specify the fields to be overwritten in the WasmPlugin resource by the update. The fields specified in the updateMask field are relative to the resource, not the full request. An omitted updateMask field is treated as an implied updateMask field equivalent to all fields that are populated (that have a non-empty value). The updateMask field supports a special value *, which means that each field in the given WasmPlugin resource (including the empty ones) replaces the current value.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Authorization requires the following IAM permission on the specified resource updateMask:

  • networkservices.wasmPlugins.update

Request body

The request body contains an instance of WasmPlugin.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.