You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="""Required. The Developer Connect configuration thats defines the specific repository, revision, and directory to use as the source code root.""",
4756
+
)
4757
+
4758
+
4759
+
class ReasoningEngineSpecSourceCodeSpecDeveloperConnectSourceDict(
4760
+
TypedDict, total=False
4761
+
):
4762
+
"""Specifies source code to be fetched from a Git repository managed through the Developer Connect service."""
description="""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.""",
5527
+
)
5443
5528
entrypoint_module: Optional[str] = Field(
5444
5529
default=None,
5445
5530
description="""The entrypoint module to be used for the Agent Engine
@@ -5572,6 +5657,11 @@ class CreateAgentEngineConfigDict(TypedDict, total=False):
"""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use."""
5664
+
5575
5665
entrypoint_module: Optional[str]
5576
5666
"""The entrypoint module to be used for the Agent Engine
5577
5667
This field only used when source_packages is specified."""
@@ -6200,6 +6290,12 @@ class UpdateAgentEngineConfig(_common.BaseModel):
description="""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.""",
6298
+
)
6203
6299
entrypoint_module: Optional[str] = Field(
6204
6300
default=None,
6205
6301
description="""The entrypoint module to be used for the Agent Engine
@@ -6337,6 +6433,11 @@ class UpdateAgentEngineConfigDict(TypedDict, total=False):
"""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use."""
6440
+
6340
6441
entrypoint_module: Optional[str]
6341
6442
"""The entrypoint module to be used for the Agent Engine
6342
6443
This field only used when source_packages is specified."""
@@ -13582,6 +13683,12 @@ class AgentEngineConfig(_common.BaseModel):
description="""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.""",
13691
+
)
13585
13692
entrypoint_module: Optional[str] = Field(
13586
13693
default=None,
13587
13694
description="""The entrypoint module to be used for the Agent Engine
@@ -13746,6 +13853,11 @@ class AgentEngineConfigDict(TypedDict, total=False):
"""Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use."""
13860
+
13749
13861
entrypoint_module: Optional[str]
13750
13862
"""The entrypoint module to be used for the Agent Engine
13751
13863
This field only used when source_packages is specified."""
0 commit comments