Path
:
v1/{+name}
Flat Path
:
v1/projects/{projectsId}/locations/{locationsId}/plugins/{pluginsId}/instances/{instancesId}
HTTP Method
:
PATCH
Parameters
:
name
Description
:
Identifier. The unique name of the plugin instance resource. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`
Pattern
:
^projects/[^/]+/locations/[^/]+/plugins/[^/]+/instances/[^/]+$
Location
:
path
Required
:
Yes
Type
:
string
updateMask
Description
:
Optional. The list of fields to update.
Location
:
query
Type
:
string
Format
:
google-fieldmask
Parameter Order
:
name
Scopes
:
https://www.googleapis.com/auth/cloud-platform
Description
:
Updates a plugin instance in the API hub. The following fields in the plugin_instance can be updated currently: * display_name * schedule_cron_expression The update_mask should be used to specify the fields being updated. To update the auth_config and additional_config of the plugin instance, use the ApplyPluginInstanceConfig method.