Interface UniversalActionExtensionPointOrBuilder

    • Method Detail

      • getLabel

        String getLabel()
         Required. User-visible text describing the action taken by activating this
         extension point, for example, "Add a new contact".
         
        string label = 1;
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
         Required. User-visible text describing the action taken by activating this
         extension point, for example, "Add a new contact".
         
        string label = 1;
        Returns:
        The bytes for label.
      • hasOpenLink

        boolean hasOpenLink()
         URL to be opened by the UniversalAction.
         
        string open_link = 2;
        Returns:
        Whether the openLink field is set.
      • getOpenLink

        String getOpenLink()
         URL to be opened by the UniversalAction.
         
        string open_link = 2;
        Returns:
        The openLink.
      • getOpenLinkBytes

        com.google.protobuf.ByteString getOpenLinkBytes()
         URL to be opened by the UniversalAction.
         
        string open_link = 2;
        Returns:
        The bytes for openLink.
      • hasRunFunction

        boolean hasRunFunction()
         Endpoint to be run by the UniversalAction.
         
        string run_function = 3;
        Returns:
        Whether the runFunction field is set.
      • getRunFunction

        String getRunFunction()
         Endpoint to be run by the UniversalAction.
         
        string run_function = 3;
        Returns:
        The runFunction.
      • getRunFunctionBytes

        com.google.protobuf.ByteString getRunFunctionBytes()
         Endpoint to be run by the UniversalAction.
         
        string run_function = 3;
        Returns:
        The bytes for runFunction.