Reference documentation and code samples for the Google Cloud Api Hub V1 Client class EnablePluginInstanceActionRequest.
The EnablePluginInstanceAction method's request.
Generated from protobuf message google.cloud.apihub.v1.EnablePluginInstanceActionRequest
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the plugin instance to enable. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
↳ action_id
string
Required. The action id to enable.
getName
Required. The name of the plugin instance to enable.
Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string
setName
Required. The name of the plugin instance to enable.
Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
var
string
$this
getActionId
Required. The action id to enable.
string
setActionId
Required. The action id to enable.
var
string
$this
static::build
name
string
Required. The name of the plugin instance to enable.
Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
Please see ApiHubPluginClient::pluginInstanceName()
for help formatting this field.
actionId
string
Required. The action id to enable.

