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 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;