package slides
import "google.golang.org/genproto/googleapis/apps/script/type/slides"
Index ¶
- Variables
- type SlidesAddOnManifest
- func (*SlidesAddOnManifest) Descriptor() ([]byte, []int)
- 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)
- func (x *SlidesExtensionPoint) GetRunFunction() string
- func (*SlidesExtensionPoint) ProtoMessage()
- func (x *SlidesExtensionPoint) ProtoReflect() protoreflect.Message
- func (x *SlidesExtensionPoint) Reset()
- func (x *SlidesExtensionPoint) String() string
Variables ¶
var File_google_apps_script_type_slides_slides_addon_manifest_proto protoreflect.FileDescriptor
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 `protobuf:"bytes,2,opt,name=on_file_scope_granted_trigger,json=onFileScopeGrantedTrigger,proto3" json:"on_file_scope_granted_trigger,omitempty"` // contains filtered or unexported fields }
Slides add-on manifest.
func (*SlidesAddOnManifest) Descriptor ¶
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 ¶
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
Source Files ¶
slides_addon_manifest.pb.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 1 hour ago –
Tools for package owners.