From b2384ac6b60ddc553c3bb9dcbe21a02a3d0a03d0 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Wed, 9 Sep 2026 04:02:18 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 978454174 --- google/genai/_gaos/types/triggers/trigger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/genai/_gaos/types/triggers/trigger.py b/google/genai/_gaos/types/triggers/trigger.py index 9df9681c4..5e96619fb 100644 --- a/google/genai/_gaos/types/triggers/trigger.py +++ b/google/genai/_gaos/types/triggers/trigger.py @@ -59,7 +59,7 @@ class TriggerTypedDict(TypedDict): display_name: NotRequired[str] r"""Optional. The display name of the trigger.""" environment_id: NotRequired[str] - r"""Optional. The environment ID for the trigger execution.""" + r"""Output only. The environment ID used for trigger execution.""" execution_timeout_seconds: NotRequired[int] r"""Optional. The execution timeout for the triggered interaction.""" last_pause_time: NotRequired[datetime] @@ -111,7 +111,7 @@ class Trigger(BaseModel): r"""Optional. The display name of the trigger.""" environment_id: Optional[str] = None - r"""Optional. The environment ID for the trigger execution.""" + r"""Output only. The environment ID used for trigger execution.""" execution_timeout_seconds: Optional[int] = None r"""Optional. The execution timeout for the triggered interaction."""