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

Function webhooksGet

  • webhooksGet(
        client: GoogleGenAICore,
        id: string,
        api_version?: string,
        options?: Omit<RequestOptions, "extra_body">,
    ): APIPromise<
        Result<
            Webhook,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    Gets a specific Webhook.

    Parameters

    • client: GoogleGenAICore
    • id: string
    • Optionalapi_version: string
    • Optionaloptions: Omit<RequestOptions, "extra_body">

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

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

Settings

@google/genai
  • Loading...

Generated using TypeDoc