Package com.google.cloud.gsuiteaddons.v1
Class AddOns
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.gsuiteaddons.v1.AddOns
-
- All Implemented Interfaces:
AddOnsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class AddOns extends com.google.protobuf.GeneratedMessageV3 implements AddOnsOrBuilder
A Google Workspace Add-on configuration.
Protobuf typegoogle.cloud.gsuiteaddons.v1.AddOns
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddOns.Builder
A Google Workspace Add-on configuration.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CALENDAR_FIELD_NUMBER
static int
COMMON_FIELD_NUMBER
static int
DOCS_FIELD_NUMBER
static int
DRIVE_FIELD_NUMBER
static int
GMAIL_FIELD_NUMBER
static int
HTTP_OPTIONS_FIELD_NUMBER
static int
SHEETS_FIELD_NUMBER
static int
SLIDES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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.static AddOns
getDefaultInstance()
AddOns
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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 endpointscom.google.protobuf.Parser<AddOns>
getParserForType()
int
getSerializedSize()
SheetsAddOnManifest
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.int
hashCode()
boolean
hasHttpOptions()
Options for sending requests to add-on HTTP endpointsboolean
hasSheets()
Sheets add-on configuration.boolean
hasSlides()
Slides add-on configuration.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AddOns.Builder
newBuilder()
static AddOns.Builder
newBuilder(AddOns prototype)
AddOns.Builder
newBuilderForType()
protected AddOns.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AddOns
parseDelimitedFrom(InputStream input)
static AddOns
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddOns
parseFrom(byte[] data)
static AddOns
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddOns
parseFrom(com.google.protobuf.ByteString data)
static AddOns
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddOns
parseFrom(com.google.protobuf.CodedInputStream input)
static AddOns
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddOns
parseFrom(InputStream input)
static AddOns
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddOns
parseFrom(ByteBuffer data)
static AddOns
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AddOns>
parser()
AddOns.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GMAIL_FIELD_NUMBER
public static final int GMAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DRIVE_FIELD_NUMBER
public static final int DRIVE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CALENDAR_FIELD_NUMBER
public static final int CALENDAR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOCS_FIELD_NUMBER
public static final int DOCS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHEETS_FIELD_NUMBER
public static final int SHEETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SLIDES_FIELD_NUMBER
public static final int SLIDES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HTTP_OPTIONS_FIELD_NUMBER
public static final int HTTP_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasCommon
public boolean hasCommon()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
- Specified by:
hasCommon
in interfaceAddOnsOrBuilder
- Returns:
- Whether the common field is set.
-
getCommon
public CommonAddOnManifest getCommon()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
- Specified by:
getCommon
in interfaceAddOnsOrBuilder
- Returns:
- The common.
-
getCommonOrBuilder
public CommonAddOnManifestOrBuilder getCommonOrBuilder()
Configuration that is common across all Google Workspace Add-ons.
.google.apps.script.type.CommonAddOnManifest common = 1;
- Specified by:
getCommonOrBuilder
in interfaceAddOnsOrBuilder
-
hasGmail
public boolean hasGmail()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
- Specified by:
hasGmail
in interfaceAddOnsOrBuilder
- Returns:
- Whether the gmail field is set.
-
getGmail
public GmailAddOnManifest getGmail()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
- Specified by:
getGmail
in interfaceAddOnsOrBuilder
- Returns:
- The gmail.
-
getGmailOrBuilder
public GmailAddOnManifestOrBuilder getGmailOrBuilder()
Gmail add-on configuration.
.google.apps.script.type.gmail.GmailAddOnManifest gmail = 2;
- Specified by:
getGmailOrBuilder
in interfaceAddOnsOrBuilder
-
hasDrive
public boolean hasDrive()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
- Specified by:
hasDrive
in interfaceAddOnsOrBuilder
- Returns:
- Whether the drive field is set.
-
getDrive
public DriveAddOnManifest getDrive()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
- Specified by:
getDrive
in interfaceAddOnsOrBuilder
- Returns:
- The drive.
-
getDriveOrBuilder
public DriveAddOnManifestOrBuilder getDriveOrBuilder()
Drive add-on configuration.
.google.apps.script.type.drive.DriveAddOnManifest drive = 5;
- Specified by:
getDriveOrBuilder
in interfaceAddOnsOrBuilder
-
hasCalendar
public boolean hasCalendar()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
- Specified by:
hasCalendar
in interfaceAddOnsOrBuilder
- Returns:
- Whether the calendar field is set.
-
getCalendar
public CalendarAddOnManifest getCalendar()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
- Specified by:
getCalendar
in interfaceAddOnsOrBuilder
- Returns:
- The calendar.
-
getCalendarOrBuilder
public CalendarAddOnManifestOrBuilder getCalendarOrBuilder()
Calendar add-on configuration.
.google.apps.script.type.calendar.CalendarAddOnManifest calendar = 6;
- Specified by:
getCalendarOrBuilder
in interfaceAddOnsOrBuilder
-
hasDocs
public boolean hasDocs()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
- Specified by:
hasDocs
in interfaceAddOnsOrBuilder
- Returns:
- Whether the docs field is set.
-
getDocs
public DocsAddOnManifest getDocs()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
- Specified by:
getDocs
in interfaceAddOnsOrBuilder
- Returns:
- The docs.
-
getDocsOrBuilder
public DocsAddOnManifestOrBuilder getDocsOrBuilder()
Docs add-on configuration.
.google.apps.script.type.docs.DocsAddOnManifest docs = 7;
- Specified by:
getDocsOrBuilder
in interfaceAddOnsOrBuilder
-
hasSheets
public boolean hasSheets()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
- Specified by:
hasSheets
in interfaceAddOnsOrBuilder
- Returns:
- Whether the sheets field is set.
-
getSheets
public SheetsAddOnManifest getSheets()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
- Specified by:
getSheets
in interfaceAddOnsOrBuilder
- Returns:
- The sheets.
-
getSheetsOrBuilder
public SheetsAddOnManifestOrBuilder getSheetsOrBuilder()
Sheets add-on configuration.
.google.apps.script.type.sheets.SheetsAddOnManifest sheets = 8;
- Specified by:
getSheetsOrBuilder
in interfaceAddOnsOrBuilder
-
hasSlides
public boolean hasSlides()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
- Specified by:
hasSlides
in interfaceAddOnsOrBuilder
- Returns:
- Whether the slides field is set.
-
getSlides
public SlidesAddOnManifest getSlides()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
- Specified by:
getSlides
in interfaceAddOnsOrBuilder
- Returns:
- The slides.
-
getSlidesOrBuilder
public SlidesAddOnManifestOrBuilder getSlidesOrBuilder()
Slides add-on configuration.
.google.apps.script.type.slides.SlidesAddOnManifest slides = 10;
- Specified by:
getSlidesOrBuilder
in interfaceAddOnsOrBuilder
-
hasHttpOptions
public boolean hasHttpOptions()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
- Specified by:
hasHttpOptions
in interfaceAddOnsOrBuilder
- Returns:
- Whether the httpOptions field is set.
-
getHttpOptions
public HttpOptions getHttpOptions()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
- Specified by:
getHttpOptions
in interfaceAddOnsOrBuilder
- Returns:
- The httpOptions.
-
getHttpOptionsOrBuilder
public HttpOptionsOrBuilder getHttpOptionsOrBuilder()
Options for sending requests to add-on HTTP endpoints
.google.apps.script.type.HttpOptions http_options = 15;
- Specified by:
getHttpOptionsOrBuilder
in interfaceAddOnsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AddOns parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AddOns parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AddOns parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AddOns parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AddOns parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AddOns parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AddOns parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AddOns.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AddOns.Builder newBuilder()
-
newBuilder
public static AddOns.Builder newBuilder(AddOns prototype)
-
toBuilder
public AddOns.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AddOns.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AddOns getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AddOns> parser()
-
getParserForType
public com.google.protobuf.Parser<AddOns> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AddOns getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-