Google Workspace Add-ons V1 API - Class Google::Apps::Script::Type::HomepageExtensionPoint (v0.2.0)

Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Apps::Script::Type::HomepageExtensionPoint.

Common format for declaring an add-on's home-page view.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enabled

def enabled() -> ::Google::Protobuf::BoolValue
Returns
  • (::Google::Protobuf::BoolValue) — Optional. If set to false, disable the home-page view in this context.

    Defaults to true if unset.

    If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.

#enabled=

def enabled=(value) -> ::Google::Protobuf::BoolValue
Parameter
  • value (::Google::Protobuf::BoolValue) — Optional. If set to false, disable the home-page view in this context.

    Defaults to true if unset.

    If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.

Returns
  • (::Google::Protobuf::BoolValue) — Optional. If set to false, disable the home-page view in this context.

    Defaults to true if unset.

    If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.

#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.