Documentation ¶
Index ¶
- Variables
- type SlidesAddOnManifest
- func (*SlidesAddOnManifest) Descriptor() ([]byte, []int)deprecated
- func (x *SlidesAddOnManifest) GetHomepageTrigger() *_type.HomepageExtensionPoint
- func (x *SlidesAddOnManifest) GetOnFileScopeGrantedTrigger() *SlidesExtensionPoint
- func (*SlidesAddOnManifest) ProtoMessage()
- func (x *SlidesAddOnManifest) ProtoReflect() protoreflect.Message
- func (x *SlidesAddOnManifest) Reset()
- func (x *SlidesAddOnManifest) String() string
- type SlidesExtensionPoint
- func (*SlidesExtensionPoint) Descriptor() ([]byte, []int)deprecated
- func (x *SlidesExtensionPoint) GetRunFunction() string
- func (*SlidesExtensionPoint) ProtoMessage()
- func (x *SlidesExtensionPoint) ProtoReflect() protoreflect.Message
- func (x *SlidesExtensionPoint) Reset()
- func (x *SlidesExtensionPoint) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_apps_script_type_slides_slides_addon_manifest_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SlidesAddOnManifest ¶
type SlidesAddOnManifest struct { // If present, this overrides the configuration from // `addOns.common.homepageTrigger`. HomepageTrigger *_type.HomepageExtensionPoint `protobuf:"bytes,1,opt,name=homepage_trigger,json=homepageTrigger,proto3" json:"homepage_trigger,omitempty"` // Endpoint to execute when file scope authorization is granted // for this document/user pair. OnFileScopeGrantedTrigger *SlidesExtensionPoint `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
Slides add-on manifest.
func (*SlidesAddOnManifest) Descriptor
deprecated
func (*SlidesAddOnManifest) Descriptor() ([]byte, []int)
Deprecated: Use SlidesAddOnManifest.ProtoReflect.Descriptor instead.
func (*SlidesAddOnManifest) GetHomepageTrigger ¶
func (x *SlidesAddOnManifest) GetHomepageTrigger() *_type.HomepageExtensionPoint
func (*SlidesAddOnManifest) GetOnFileScopeGrantedTrigger ¶
func (x *SlidesAddOnManifest) GetOnFileScopeGrantedTrigger() *SlidesExtensionPoint
func (*SlidesAddOnManifest) ProtoMessage ¶
func (*SlidesAddOnManifest) ProtoMessage()
func (*SlidesAddOnManifest) ProtoReflect ¶
func (x *SlidesAddOnManifest) ProtoReflect() protoreflect.Message
func (*SlidesAddOnManifest) Reset ¶
func (x *SlidesAddOnManifest) Reset()
func (*SlidesAddOnManifest) String ¶
func (x *SlidesAddOnManifest) String() string
type SlidesExtensionPoint ¶
type SlidesExtensionPoint struct { // Required. The endpoint to execute when this extension point is activated. RunFunction string `protobuf:"bytes,1,opt,name=run_function,json=runFunction,proto3" json:"run_function,omitempty"` // contains filtered or unexported fields }
Common format for declaring a Slides add-on's triggers.
func (*SlidesExtensionPoint) Descriptor
deprecated
func (*SlidesExtensionPoint) Descriptor() ([]byte, []int)
Deprecated: Use SlidesExtensionPoint.ProtoReflect.Descriptor instead.
func (*SlidesExtensionPoint) GetRunFunction ¶
func (x *SlidesExtensionPoint) GetRunFunction() string
func (*SlidesExtensionPoint) ProtoMessage ¶
func (*SlidesExtensionPoint) ProtoMessage()
func (*SlidesExtensionPoint) ProtoReflect ¶
func (x *SlidesExtensionPoint) ProtoReflect() protoreflect.Message
func (*SlidesExtensionPoint) Reset ¶
func (x *SlidesExtensionPoint) Reset()
func (*SlidesExtensionPoint) String ¶
func (x *SlidesExtensionPoint) String() string
Click to show internal directories.
Click to hide internal directories.