public static interface Curation.PluginInstanceActionIDOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionId()
public abstract String 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 action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The actionId. |
getActionIdBytes()
public abstract ByteString getActionIdBytes()
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 action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for actionId. |
getPluginInstance()
public abstract String getPluginInstance()
Output only. Plugin instance that is using the curation.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The pluginInstance. |
getPluginInstanceBytes()
public abstract ByteString getPluginInstanceBytes()
Output only. Plugin instance that is using the curation.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pluginInstance. |