public interface UniversalActionExtensionPointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionTypeCase()
public abstract UniversalActionExtensionPoint.ActionTypeCase getActionTypeCase()| Type | Description |
| UniversalActionExtensionPoint.ActionTypeCase |
getLabel()
public abstract String getLabel()Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
string label = 1;
| Type | Description |
| String | The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
string label = 1;
| Type | Description |
| ByteString | The bytes for label. |
getOpenLink()
public abstract String getOpenLink()URL to be opened by the UniversalAction.
string open_link = 2;
| Type | Description |
| String | The openLink. |
getOpenLinkBytes()
public abstract ByteString getOpenLinkBytes()URL to be opened by the UniversalAction.
string open_link = 2;
| Type | Description |
| ByteString | The bytes for openLink. |
getRunFunction()
public abstract String getRunFunction()Endpoint to be run by the UniversalAction.
string run_function = 3;
| Type | Description |
| String | The runFunction. |
getRunFunctionBytes()
public abstract ByteString getRunFunctionBytes()Endpoint to be run by the UniversalAction.
string run_function = 3;
| Type | Description |
| ByteString | The bytes for runFunction. |
hasOpenLink()
public abstract boolean hasOpenLink()URL to be opened by the UniversalAction.
string open_link = 2;
| Type | Description |
| boolean | Whether the openLink field is set. |
hasRunFunction()
public abstract boolean hasRunFunction()Endpoint to be run by the UniversalAction.
string run_function = 3;
| Type | Description |
| boolean | Whether the runFunction field is set. |