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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ plugin_instance |
string
Output only. Plugin instance that is using the curation. Format is |
↳ 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}
Returns | |
---|---|
Type | Description |
string |
setPluginInstance
Output only. Plugin instance that is using the curation.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |