public static final class MenuItemExtensionPoint.Builder extends GeneratedMessageV3.Builder<MenuItemExtensionPoint.Builder> implements MenuItemExtensionPointOrBuilderCommon format for declaring a menu item, or button, that appears within a host app.
Protobuf type google.apps.script.type.MenuItemExtensionPoint
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MenuItemExtensionPoint.BuilderImplements
MenuItemExtensionPointOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MenuItemExtensionPoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MenuItemExtensionPoint.Builder |
build()
public MenuItemExtensionPoint build()| Type | Description |
| MenuItemExtensionPoint |
buildPartial()
public MenuItemExtensionPoint buildPartial()| Type | Description |
| MenuItemExtensionPoint |
clear()
public MenuItemExtensionPoint.Builder clear()| Type | Description |
| MenuItemExtensionPoint.Builder |
clearField(Descriptors.FieldDescriptor field)
public MenuItemExtensionPoint.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| MenuItemExtensionPoint.Builder |
clearLabel()
public MenuItemExtensionPoint.Builder clearLabel()Required. User-visible text describing the action taken by activating this extension point. For example, "Insert invoice".
string label = 2;
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
clearLogoUrl()
public MenuItemExtensionPoint.Builder clearLogoUrl()The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL.
string logo_url = 3;
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public MenuItemExtensionPoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| MenuItemExtensionPoint.Builder |
clearRunFunction()
public MenuItemExtensionPoint.Builder clearRunFunction()Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
clone()
public MenuItemExtensionPoint.Builder clone()| Type | Description |
| MenuItemExtensionPoint.Builder |
getDefaultInstanceForType()
public MenuItemExtensionPoint getDefaultInstanceForType()| Type | Description |
| MenuItemExtensionPoint |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getLabel()
public String getLabel()Required. User-visible text describing the action taken by activating this extension point. For example, "Insert invoice".
string label = 2;
| Type | Description |
| String | The label. |
getLabelBytes()
public ByteString getLabelBytes()Required. User-visible text describing the action taken by activating this extension point. For example, "Insert invoice".
string label = 2;
| Type | Description |
| ByteString | The bytes for label. |
getLogoUrl()
public String getLogoUrl()The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL.
string logo_url = 3;
| Type | Description |
| String | The logoUrl. |
getLogoUrlBytes()
public ByteString getLogoUrlBytes()The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL.
string logo_url = 3;
| Type | Description |
| ByteString | The bytes for logoUrl. |
getRunFunction()
public String getRunFunction()Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Type | Description |
| String | The runFunction. |
getRunFunctionBytes()
public ByteString getRunFunctionBytes()Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Type | Description |
| ByteString | The bytes for runFunction. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(MenuItemExtensionPoint other)
public MenuItemExtensionPoint.Builder mergeFrom(MenuItemExtensionPoint other)| Name | Description |
| other | MenuItemExtensionPoint |
| Type | Description |
| MenuItemExtensionPoint.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MenuItemExtensionPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| MenuItemExtensionPoint.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public MenuItemExtensionPoint.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| MenuItemExtensionPoint.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MenuItemExtensionPoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MenuItemExtensionPoint.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public MenuItemExtensionPoint.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MenuItemExtensionPoint.Builder |
setLabel(String value)
public MenuItemExtensionPoint.Builder setLabel(String value)Required. User-visible text describing the action taken by activating this extension point. For example, "Insert invoice".
string label = 2;
| Name | Description |
| value | StringThe label to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setLabelBytes(ByteString value)
public MenuItemExtensionPoint.Builder setLabelBytes(ByteString value)Required. User-visible text describing the action taken by activating this extension point. For example, "Insert invoice".
string label = 2;
| Name | Description |
| value | ByteStringThe bytes for label to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setLogoUrl(String value)
public MenuItemExtensionPoint.Builder setLogoUrl(String value)The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL.
string logo_url = 3;
| Name | Description |
| value | StringThe logoUrl to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setLogoUrlBytes(ByteString value)
public MenuItemExtensionPoint.Builder setLogoUrlBytes(ByteString value)The URL for the logo image shown in the add-on toolbar. If not set, defaults to the add-on's primary logo URL.
string logo_url = 3;
| Name | Description |
| value | ByteStringThe bytes for logoUrl to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MenuItemExtensionPoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| MenuItemExtensionPoint.Builder |
setRunFunction(String value)
public MenuItemExtensionPoint.Builder setRunFunction(String value)Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Name | Description |
| value | StringThe runFunction to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setRunFunctionBytes(ByteString value)
public MenuItemExtensionPoint.Builder setRunFunctionBytes(ByteString value)Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Name | Description |
| value | ByteStringThe bytes for runFunction to set. |
| Type | Description |
| MenuItemExtensionPoint.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final MenuItemExtensionPoint.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MenuItemExtensionPoint.Builder |