- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.6
- 2.2.1
- 2.1.12
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()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UniversalAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
build()
public UniversalAction build()| Returns | |
|---|---|
| Type | Description |
UniversalAction |
|
buildPartial()
public UniversalAction buildPartial()| Returns | |
|---|---|
| Type | Description |
UniversalAction |
|
clear()
public UniversalAction.Builder clear()| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
clearActionType()
public UniversalAction.Builder clearActionType()| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public UniversalAction.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public UniversalAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
This builder for chaining. |
clone()
public UniversalAction.Builder clone()| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
getActionTypeCase()
public UniversalAction.ActionTypeCase getActionTypeCase()| Returns | |
|---|---|
| Type | Description |
UniversalAction.ActionTypeCase |
|
getDefaultInstanceForType()
public UniversalAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UniversalAction |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOpenLink()
public String getOpenLink()A link that is opened by Gmail when the user triggers the action.
string open_link = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the runFunction field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UniversalAction other)
public UniversalAction.Builder mergeFrom(UniversalAction other)| Parameter | |
|---|---|
| Name | Description |
other |
UniversalAction |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UniversalAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UniversalAction.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UniversalAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public UniversalAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe openLink to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for openLink to set. |
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe runFunction to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for runFunction to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe text to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for text to set. |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final UniversalAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UniversalAction.Builder |
|