Google Cloud Api Hub V1 Client - Class UpdatePluginInstanceRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class UpdatePluginInstanceRequest.

The UpdatePluginInstance method's request.

Generated from protobuf message google.cloud.apihub.v1.UpdatePluginInstanceRequest

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ plugin_instance PluginInstance

Required. The plugin instance to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update.

getPluginInstance

Required. The plugin instance to update.

Returns
Type Description
PluginInstance|null

hasPluginInstance

clearPluginInstance

setPluginInstance

Required. The plugin instance to update.

Parameter
Name Description
var PluginInstance
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
pluginInstance PluginInstance

Required. The plugin instance to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdatePluginInstanceRequest