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 CalendarAddOnManifestgetCalendar()Calendar add-on configuration.CalendarAddOnManifestOrBuildergetCalendarOrBuilder()Calendar add-on configuration.CommonAddOnManifestgetCommon()Configuration that is common across all Google Workspace Add-ons.CommonAddOnManifestOrBuildergetCommonOrBuilder()Configuration that is common across all Google Workspace Add-ons.DocsAddOnManifestgetDocs()Docs add-on configuration.DocsAddOnManifestOrBuildergetDocsOrBuilder()Docs add-on configuration.DriveAddOnManifestgetDrive()Drive add-on configuration.DriveAddOnManifestOrBuildergetDriveOrBuilder()Drive add-on configuration.GmailAddOnManifestgetGmail()Gmail add-on configuration.GmailAddOnManifestOrBuildergetGmailOrBuilder()Gmail add-on configuration.HttpOptionsgetHttpOptions()Options for sending requests to add-on HTTP endpointsHttpOptionsOrBuildergetHttpOptionsOrBuilder()Options for sending requests to add-on HTTP endpointsSheetsAddOnManifestgetSheets()Sheets add-on configuration.SheetsAddOnManifestOrBuildergetSheetsOrBuilder()Sheets add-on configuration.SlidesAddOnManifestgetSlides()Slides add-on configuration.SlidesAddOnManifestOrBuildergetSlidesOrBuilder()Slides add-on configuration.booleanhasCalendar()Calendar add-on configuration.booleanhasCommon()Configuration that is common across all Google Workspace Add-ons.booleanhasDocs()Docs add-on configuration.booleanhasDrive()Drive add-on configuration.booleanhasGmail()Gmail add-on configuration.booleanhasHttpOptions()Options for sending requests to add-on HTTP endpointsbooleanhasSheets()Sheets add-on configuration.booleanhasSlides()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;
-
-