Interface AddOnsOrBuilder (2.41.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
TypeDescription
CalendarAddOnManifest

The calendar.

getCalendarOrBuilder()

public abstract CalendarAddOnManifestOrBuilder getCalendarOrBuilder()

Calendar add-on configuration.

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

Returns
TypeDescription
CalendarAddOnManifestOrBuilder

getCommon()

public abstract CommonAddOnManifest getCommon()

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

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

Returns
TypeDescription
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
TypeDescription
CommonAddOnManifestOrBuilder

getDocs()

public abstract DocsAddOnManifest getDocs()

Docs add-on configuration.

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

Returns
TypeDescription
DocsAddOnManifest

The docs.

getDocsOrBuilder()

public abstract DocsAddOnManifestOrBuilder getDocsOrBuilder()

Docs add-on configuration.

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

Returns
TypeDescription
DocsAddOnManifestOrBuilder

getDrive()

public abstract DriveAddOnManifest getDrive()

Drive add-on configuration.

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

Returns
TypeDescription
DriveAddOnManifest

The drive.

getDriveOrBuilder()

public abstract DriveAddOnManifestOrBuilder getDriveOrBuilder()

Drive add-on configuration.

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

Returns
TypeDescription
DriveAddOnManifestOrBuilder

getGmail()

public abstract GmailAddOnManifest getGmail()

Gmail add-on configuration.

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

Returns
TypeDescription
GmailAddOnManifest

The gmail.

getGmailOrBuilder()

public abstract GmailAddOnManifestOrBuilder getGmailOrBuilder()

Gmail add-on configuration.

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

Returns
TypeDescription
GmailAddOnManifestOrBuilder

getHttpOptions()

public abstract HttpOptions getHttpOptions()

Options for sending requests to add-on HTTP endpoints

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

Returns
TypeDescription
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
TypeDescription
HttpOptionsOrBuilder

getSheets()

public abstract SheetsAddOnManifest getSheets()

Sheets add-on configuration.

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

Returns
TypeDescription
SheetsAddOnManifest

The sheets.

getSheetsOrBuilder()

public abstract SheetsAddOnManifestOrBuilder getSheetsOrBuilder()

Sheets add-on configuration.

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

Returns
TypeDescription
SheetsAddOnManifestOrBuilder

getSlides()

public abstract SlidesAddOnManifest getSlides()

Slides add-on configuration.

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

Returns
TypeDescription
SlidesAddOnManifest

The slides.

getSlidesOrBuilder()

public abstract SlidesAddOnManifestOrBuilder getSlidesOrBuilder()

Slides add-on configuration.

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

Returns
TypeDescription
SlidesAddOnManifestOrBuilder

hasCalendar()

public abstract boolean hasCalendar()

Calendar add-on configuration.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the slides field is set.