- 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 UniversalActionExtensionPoint.Builder extends GeneratedMessageV3.Builder<UniversalActionExtensionPoint.Builder> implements UniversalActionExtensionPointOrBuilderFormat for declaring a universal action menu item extension point.
 Protobuf type google.apps.script.type.UniversalActionExtensionPoint
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UniversalActionExtensionPoint.BuilderImplements
UniversalActionExtensionPointOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UniversalActionExtensionPoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
build()
public UniversalActionExtensionPoint build()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint | |
buildPartial()
public UniversalActionExtensionPoint buildPartial()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint | |
clear()
public UniversalActionExtensionPoint.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
clearActionType()
public UniversalActionExtensionPoint.Builder clearActionType()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
clearField(Descriptors.FieldDescriptor field)
public UniversalActionExtensionPoint.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
clearLabel()
public UniversalActionExtensionPoint.Builder clearLabel()Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
 string label = 1;
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public UniversalActionExtensionPoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
clearOpenLink()
public UniversalActionExtensionPoint.Builder clearOpenLink()URL to be opened by the UniversalAction.
 string open_link = 2;
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
clearRunFunction()
public UniversalActionExtensionPoint.Builder clearRunFunction()Endpoint to be run by the UniversalAction.
 string run_function = 3;
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
clone()
public UniversalActionExtensionPoint.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
getActionTypeCase()
public UniversalActionExtensionPoint.ActionTypeCase getActionTypeCase()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.ActionTypeCase | |
getDefaultInstanceForType()
public UniversalActionExtensionPoint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getLabel()
public String getLabel()Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
 string label = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The label. | 
getLabelBytes()
public ByteString getLabelBytes()Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
 string label = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for label. | 
getOpenLink()
public String getOpenLink()URL to be opened by the UniversalAction.
 string open_link = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The openLink. | 
getOpenLinkBytes()
public ByteString getOpenLinkBytes()URL to be opened by the UniversalAction.
 string open_link = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for openLink. | 
getRunFunction()
public String getRunFunction()Endpoint to be run by the UniversalAction.
 string run_function = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The runFunction. | 
getRunFunctionBytes()
public ByteString getRunFunctionBytes()Endpoint to be run by the UniversalAction.
 string run_function = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for runFunction. | 
hasOpenLink()
public boolean hasOpenLink()URL to be opened by the UniversalAction.
 string open_link = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the openLink field is set. | 
hasRunFunction()
public boolean hasRunFunction()Endpoint to be run by the UniversalAction.
 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(UniversalActionExtensionPoint other)
public UniversalActionExtensionPoint.Builder mergeFrom(UniversalActionExtensionPoint other)| Parameter | |
|---|---|
| Name | Description | 
| other | UniversalActionExtensionPoint | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UniversalActionExtensionPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public UniversalActionExtensionPoint.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UniversalActionExtensionPoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public UniversalActionExtensionPoint.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
setLabel(String value)
public UniversalActionExtensionPoint.Builder setLabel(String value)Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
 string label = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe label to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setLabelBytes(ByteString value)
public UniversalActionExtensionPoint.Builder setLabelBytes(ByteString value)Required. User-visible text describing the action taken by activating this extension point, for example, "Add a new contact".
 string label = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for label to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setOpenLink(String value)
public UniversalActionExtensionPoint.Builder setOpenLink(String value)URL to be opened by the UniversalAction.
 string open_link = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe openLink to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setOpenLinkBytes(ByteString value)
public UniversalActionExtensionPoint.Builder setOpenLinkBytes(ByteString value)URL to be opened by the UniversalAction.
 string open_link = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for openLink to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UniversalActionExtensionPoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |
setRunFunction(String value)
public UniversalActionExtensionPoint.Builder setRunFunction(String value)Endpoint to be run by the UniversalAction.
 string run_function = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe runFunction to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setRunFunctionBytes(ByteString value)
public UniversalActionExtensionPoint.Builder setRunFunctionBytes(ByteString value)Endpoint to be run by the UniversalAction.
 string run_function = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for runFunction to set. | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final UniversalActionExtensionPoint.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UniversalActionExtensionPoint.Builder | |