public static final class UniversalAction.Builder extends GeneratedMessageV3.Builder<UniversalAction.Builder> implements UniversalActionOrBuilderAn action that is always available in the add-on toolbar menu regardless of message context.
Protobuf type google.apps.script.type.gmail.UniversalAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UniversalAction.BuilderImplements
UniversalActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UniversalAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| UniversalAction.Builder |
build()
public UniversalAction build()| Type | Description |
| UniversalAction |
buildPartial()
public UniversalAction buildPartial()| Type | Description |
| UniversalAction |
clear()
public UniversalAction.Builder clear()| Type | Description |
| UniversalAction.Builder |
clearActionType()
public UniversalAction.Builder clearActionType()| Type | Description |
| UniversalAction.Builder |
clearField(Descriptors.FieldDescriptor field)
public UniversalAction.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| UniversalAction.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UniversalAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| UniversalAction.Builder |
clearOpenLink()
public UniversalAction.Builder clearOpenLink()A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
clearRunFunction()
public UniversalAction.Builder clearRunFunction()An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
clearText()
public UniversalAction.Builder clearText()Required. User-visible text describing the action, for example, "Add a new contact."
string text = 1;
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
clone()
public UniversalAction.Builder clone()| Type | Description |
| UniversalAction.Builder |
getActionTypeCase()
public UniversalAction.ActionTypeCase getActionTypeCase()| Type | Description |
| UniversalAction.ActionTypeCase |
getDefaultInstanceForType()
public UniversalAction getDefaultInstanceForType()| Type | Description |
| UniversalAction |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getOpenLink()
public String getOpenLink()A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Type | Description |
| String | The openLink. |
getOpenLinkBytes()
public ByteString getOpenLinkBytes()A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Type | Description |
| ByteString | The bytes for openLink. |
getRunFunction()
public String getRunFunction()An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Type | Description |
| String | The runFunction. |
getRunFunctionBytes()
public ByteString getRunFunctionBytes()An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Type | Description |
| ByteString | The bytes for runFunction. |
getText()
public String getText()Required. User-visible text describing the action, for example, "Add a new contact."
string text = 1;
| Type | Description |
| String | The text. |
getTextBytes()
public ByteString getTextBytes()Required. User-visible text describing the action, for example, "Add a new contact."
string text = 1;
| Type | Description |
| ByteString | The bytes for text. |
hasOpenLink()
public boolean hasOpenLink()A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Type | Description |
| boolean | Whether the openLink field is set. |
hasRunFunction()
public boolean hasRunFunction()An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Type | Description |
| boolean | Whether the runFunction field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(UniversalAction other)
public UniversalAction.Builder mergeFrom(UniversalAction other)| Name | Description |
| other | UniversalAction |
| Type | Description |
| UniversalAction.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UniversalAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| UniversalAction.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public UniversalAction.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| UniversalAction.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UniversalAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UniversalAction.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UniversalAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| UniversalAction.Builder |
setOpenLink(String value)
public UniversalAction.Builder setOpenLink(String value)A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Name | Description |
| value | StringThe openLink to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setOpenLinkBytes(ByteString value)
public UniversalAction.Builder setOpenLinkBytes(ByteString value)A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Name | Description |
| value | ByteStringThe bytes for openLink to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UniversalAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| UniversalAction.Builder |
setRunFunction(String value)
public UniversalAction.Builder setRunFunction(String value)An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Name | Description |
| value | StringThe runFunction to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setRunFunctionBytes(ByteString value)
public UniversalAction.Builder setRunFunctionBytes(ByteString value)An endpoint that is called when the user triggers the action. See the universal actions guide for details.
string run_function = 3;
| Name | Description |
| value | ByteStringThe bytes for runFunction to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setText(String value)
public UniversalAction.Builder setText(String value)Required. User-visible text describing the action, for example, "Add a new contact."
string text = 1;
| Name | Description |
| value | StringThe text to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setTextBytes(ByteString value)
public UniversalAction.Builder setTextBytes(ByteString value)Required. User-visible text describing the action, for example, "Add a new contact."
string text = 1;
| Name | Description |
| value | ByteStringThe bytes for text to set. |
| Type | Description |
| UniversalAction.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final UniversalAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UniversalAction.Builder |