• Preparing search index...
  • The search index is not available
@google/genai
  • @google/genai
  • gaos/funcs/webhooks-list
  • webhooksList

Function webhooksList

  • webhooksList(
        client: GoogleGenAICore,
        api_version?: string,
        page_size?: number,
        page_token?: string,
        options?: Omit<RequestOptions, "extra_body">,
    ): APIPromise<
        Result<
            WebhookListResponse,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    Lists all Webhooks.

    Parameters

    • client: GoogleGenAICore
    • Optionalapi_version: string
    • Optionalpage_size: number
    • Optionalpage_token: string
    • Optionaloptions: Omit<RequestOptions, "extra_body">

    Returns APIPromise<
        Result<
            WebhookListResponse,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    • Defined in src/gaos/funcs/webhooks-list.ts:37

Settings

@google/genai
  • Loading...

Generated using TypeDoc