Interface AddOnsOrBuilder (2.42.0)

public interface AddOnsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCalendar()

public abstract CalendarAddOnManifest getCalendar()

Calendar add-on configuration.

.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;

Returns
Type Description
CalendarAddOnManifest

The calendar.

getCalendarOrBuilder()

public abstract CalendarAddOnManifestOrBuilder getCalendarOrBuilder()

Calendar add-on configuration.

.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;

Returns
Type Description
CalendarAddOnManifestOrBuilder

getCommon()

public abstract CommonAddOnManifest getCommon()

Configuration that is common across all Google Workspace Add-ons.

.google.apps.script.type.CommonAddOnManifest common = 1;

Returns
Type Description
CommonAddOnManifest

The common.

getCommonOrBuilder()

public abstract CommonAddOnManifestOrBuilder getCommonOrBuilder()

Configuration that is common across all Google Workspace Add-ons.

.google.apps.script.type.CommonAddOnManifest common = 1;

Returns
Type Description
CommonAddOnManifestOrBuilder

getDocs()

public abstract DocsAddOnManifest getDocs()

Docs add-on configuration.

.google.apps.script.type.docs.DocsAddOnManifest docs = 7;

Returns
Type Description
DocsAddOnManifest

The docs.

getDocsOrBuilder()

public abstract DocsAddOnManifestOrBuilder getDocsOrBuilder()

Docs add-on configuration.

.google.apps.script.type.docs.DocsAddOnManifest docs = 7;

Returns
Type Description
DocsAddOnManifestOrBuilder

getDrive()

public abstract DriveAddOnManifest getDrive()

Drive add-on configuration.

.google.apps.script.type.drive.DriveAddOnManifest drive = 5;

Returns
Type Description
DriveAddOnManifest

The drive.

getDriveOrBuilder()

public abstract DriveAddOnManifestOrBuilder getDriveOrBuilder()

Drive add-on configuration.

.google.apps.script.type.drive.DriveAddOnManifest drive = 5;

Returns
Type Description
DriveAddOnManifestOrBuilder

getGmail()

public abstract GmailAddOnManifest getGmail()

Gmail add-on configuration.

.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;

Returns
Type Description
GmailAddOnManifest

The gmail.

getGmailOrBuilder()

public abstract GmailAddOnManifestOrBuilder getGmailOrBuilder()

Gmail add-on configuration.

.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;

Returns
Type Description
GmailAddOnManifestOrBuilder

getHttpOptions()

public abstract HttpOptions getHttpOptions()

Options for sending requests to add-on HTTP endpoints

.google.apps.script.type.HttpOptions http_options = 15;

Returns
Type Description
HttpOptions

The httpOptions.

getHttpOptionsOrBuilder()

public abstract HttpOptionsOrBuilder getHttpOptionsOrBuilder()

Options for sending requests to add-on HTTP endpoints

.google.apps.script.type.HttpOptions http_options = 15;

Returns
Type Description
HttpOptionsOrBuilder

getSheets()

public abstract SheetsAddOnManifest getSheets()

Sheets add-on configuration.

.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;

Returns
Type Description
SheetsAddOnManifest

The sheets.

getSheetsOrBuilder()

public abstract SheetsAddOnManifestOrBuilder getSheetsOrBuilder()

Sheets add-on configuration.

.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;

Returns
Type Description
SheetsAddOnManifestOrBuilder

getSlides()

public abstract SlidesAddOnManifest getSlides()

Slides add-on configuration.

.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;

Returns
Type Description
SlidesAddOnManifest

The slides.

getSlidesOrBuilder()

public abstract SlidesAddOnManifestOrBuilder getSlidesOrBuilder()

Slides add-on configuration.

.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;

Returns
Type Description
SlidesAddOnManifestOrBuilder

hasCalendar()

public abstract boolean hasCalendar()

Calendar add-on configuration.

.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;

Returns
Type Description
boolean

Whether the calendar field is set.

hasCommon()

public abstract boolean hasCommon()

Configuration that is common across all Google Workspace Add-ons.

.google.apps.script.type.CommonAddOnManifest common = 1;

Returns
Type Description
boolean

Whether the common field is set.

hasDocs()

public abstract boolean hasDocs()

Docs add-on configuration.

.google.apps.script.type.docs.DocsAddOnManifest docs = 7;

Returns
Type Description
boolean

Whether the docs field is set.

hasDrive()

public abstract boolean hasDrive()

Drive add-on configuration.

.google.apps.script.type.drive.DriveAddOnManifest drive = 5;

Returns
Type Description
boolean

Whether the drive field is set.

hasGmail()

public abstract boolean hasGmail()

Gmail add-on configuration.

.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;

Returns
Type Description
boolean

Whether the gmail field is set.

hasHttpOptions()

public abstract boolean hasHttpOptions()

Options for sending requests to add-on HTTP endpoints

.google.apps.script.type.HttpOptions http_options = 15;

Returns
Type Description
boolean

Whether the httpOptions field is set.

hasSheets()

public abstract boolean hasSheets()

Sheets add-on configuration.

.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;

Returns
Type Description
boolean

Whether the sheets field is set.

hasSlides()

public abstract boolean hasSlides()

Slides add-on configuration.

.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;

Returns
Type Description
boolean

Whether the slides field is set.