Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AGCFunctionService

Hierarchy

  • AGCFunctionBaseService
    • AGCFunctionService

Index

Methods

wrap

  • en

    Sets the cloud function to be called using the NOPATHHTTP trigger identifier of the function.

    zh

    通过函数的NOPATHHTTP触发器的URL设置调用哪个云函数。

    Parameters

    • trigger: string

      NOPATHHTTP trigger identifier of the cloud function to be called. For details about how to query the NOPATHHTTP trigger identifier.

    Returns AGCFunctionCallable

    Returns a AGCFunctionCallable instance that can be used to call a function.

Static callStaticMethod

  • callStaticMethod(...args: (number | boolean | String)[]): any
  • Parameters

    • Rest ...args: (number | boolean | String)[]

    Returns any

Generated using TypeDoc