• Preparing search index...
  • The search index is not available
@google/genai
  • @google/genai
  • gaos/funcs/triggers-update
  • triggersUpdate

Function triggersUpdate

  • triggersUpdate(
        client: GoogleGenAICore,
        id: string,
        body: TriggerUpdate,
        api_version?: string,
        options?: RequestOptions,
    ): APIPromise<
        Result<
            Trigger,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    Updates a trigger.

    Parameters

    • client: GoogleGenAICore
    • id: string
    • body: TriggerUpdate
    • Optionalapi_version: string
    • Optionaloptions: RequestOptions

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

    • Defined in src/gaos/funcs/triggers-update.ts:37

Settings

@google/genai
  • Loading...

Generated using TypeDoc