Package com.google.cloud.gsuiteaddons.v1
Interface AddOnsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddOns
,AddOns.Builder
public interface AddOnsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendarAddOnManifest
getCalendar()
Calendar add-on configuration.CalendarAddOnManifestOrBuilder
getCalendarOrBuilder()
Calendar add-on configuration.CommonAddOnManifest
getCommon()
Configuration that is common across all Google Workspace Add-ons.CommonAddOnManifestOrBuilder
getCommonOrBuilder()
Configuration that is common across all Google Workspace Add-ons.DocsAddOnManifest
getDocs()
Docs add-on configuration.DocsAddOnManifestOrBuilder
getDocsOrBuilder()
Docs add-on configuration.DriveAddOnManifest
getDrive()
Drive add-on configuration.DriveAddOnManifestOrBuilder
getDriveOrBuilder()
Drive add-on configuration.GmailAddOnManifest
getGmail()
Gmail add-on configuration.GmailAddOnManifestOrBuilder
getGmailOrBuilder()
Gmail add-on configuration.HttpOptions
getHttpOptions()
Options for sending requests to add-on HTTP endpointsHttpOptionsOrBuilder
getHttpOptionsOrBuilder()
Options for sending requests to add-on HTTP endpointsSheetsAddOnManifest
getSheets()
Sheets add-on configuration.SheetsAddOnManifestOrBuilder
getSheetsOrBuilder()
Sheets add-on configuration.SlidesAddOnManifest
getSlides()
Slides add-on configuration.SlidesAddOnManifestOrBuilder
getSlidesOrBuilder()
Slides add-on configuration.boolean
hasCalendar()
Calendar add-on configuration.boolean
hasCommon()
Configuration that is common across all Google Workspace Add-ons.boolean
hasDocs()
Docs add-on configuration.boolean
hasDrive()
Drive add-on configuration.boolean
hasGmail()
Gmail add-on configuration.boolean
hasHttpOptions()
Options for sending requests to add-on HTTP endpointsboolean
hasSheets()
Sheets add-on configuration.boolean
hasSlides()
Slides add-on configuration.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
- Returns:
- Whether the common field is set.
-
getCommon
CommonAddOnManifest getCommon()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
- Returns:
- The common.
-
getCommonOrBuilder
CommonAddOnManifestOrBuilder getCommonOrBuilder()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
-
hasGmail
boolean hasGmail()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
- Returns:
- Whether the gmail field is set.
-
getGmail
GmailAddOnManifest getGmail()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
- Returns:
- The gmail.
-
getGmailOrBuilder
GmailAddOnManifestOrBuilder getGmailOrBuilder()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
-
hasDrive
boolean hasDrive()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
- Returns:
- Whether the drive field is set.
-
getDrive
DriveAddOnManifest getDrive()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
- Returns:
- The drive.
-
getDriveOrBuilder
DriveAddOnManifestOrBuilder getDriveOrBuilder()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
-
hasCalendar
boolean hasCalendar()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
- Returns:
- Whether the calendar field is set.
-
getCalendar
CalendarAddOnManifest getCalendar()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
- Returns:
- The calendar.
-
getCalendarOrBuilder
CalendarAddOnManifestOrBuilder getCalendarOrBuilder()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
-
hasDocs
boolean hasDocs()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
- Returns:
- Whether the docs field is set.
-
getDocs
DocsAddOnManifest getDocs()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
- Returns:
- The docs.
-
getDocsOrBuilder
DocsAddOnManifestOrBuilder getDocsOrBuilder()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
-
hasSheets
boolean hasSheets()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
- Returns:
- Whether the sheets field is set.
-
getSheets
SheetsAddOnManifest getSheets()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
- Returns:
- The sheets.
-
getSheetsOrBuilder
SheetsAddOnManifestOrBuilder getSheetsOrBuilder()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
-
hasSlides
boolean hasSlides()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
- Returns:
- Whether the slides field is set.
-
getSlides
SlidesAddOnManifest getSlides()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
- Returns:
- The slides.
-
getSlidesOrBuilder
SlidesAddOnManifestOrBuilder getSlidesOrBuilder()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
-
hasHttpOptions
boolean hasHttpOptions()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
- Returns:
- Whether the httpOptions field is set.
-
getHttpOptions
HttpOptions getHttpOptions()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
- Returns:
- The httpOptions.
-
getHttpOptionsOrBuilder
HttpOptionsOrBuilder getHttpOptionsOrBuilder()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
-
-