Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Apps::Script::Type::Drive::DriveExtensionPoint.
A generic extension point with common features, e.g. something that simply needs a corresponding run function to work.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#run_function
def run_function() -> ::String
Returns
- (::String) — Required. The endpoint to execute when this extension point is activated.
#run_function=
def run_function=(value) -> ::String
Parameter
- value (::String) — Required. The endpoint to execute when this extension point is activated.
Returns
- (::String) — Required. The endpoint to execute when this extension point is activated.