Reference documentation and code samples for the Google Cloud Api Hub V1 Client class PluginInstanceActionID.
The plugin instance and associated action that is using the curation.
Generated from protobuf message google.cloud.apihub.v1.Curation.PluginInstanceActionID
Namespace
Google \ Cloud \ ApiHub \ V1 \ CurationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ plugin_instance
string
Output only. Plugin instance that is using the curation. Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
↳ action_id
string
Output only. The action ID that is using the curation. This should map to one of the action IDs specified in action configs in the plugin.
getPluginInstance
Output only. Plugin instance that is using the curation.
Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string
setPluginInstance
Output only. Plugin instance that is using the curation.
Format is projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
var
string
$this
getActionId
Output only. The action ID that is using the curation.
This should map to one of the action IDs specified in action configs in the plugin.
string
setActionId
Output only. The action ID that is using the curation.
This should map to one of the action IDs specified in action configs in the plugin.
var
string
$this

