Skip to content

Commit 55863cc

Browse files
sararobcopybara-github
authored andcommitted
chore: docstring formatting change
PiperOrigin-RevId: 869342720
1 parent b54ce6d commit 55863cc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

vertexai/_genai/types/common.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6198,13 +6198,13 @@ class ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig(_common.BaseModel)
61986198
This includes the repository, revision, and directory to use.
61996199
"""
62006200

6201-
dir: Optional[str] = Field(
6201+
git_repository_link: Optional[str] = Field(
62026202
default=None,
6203-
description="""Required. Directory, relative to the source root, in which to run the build.""",
6203+
description="""Required. The Developer Connect Git repository link, formatted as `projects/{project_id}/locations/{location_id}/connections/{connection_id}/gitRepositoryLink/{repository_link_id}`.""",
62046204
)
6205-
git_repository_link: Optional[str] = Field(
6205+
dir: Optional[str] = Field(
62066206
default=None,
6207-
description="""Required. The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.""",
6207+
description="""Required. Directory, relative to the source root, in which to run the build.""",
62086208
)
62096209
revision: Optional[str] = Field(
62106210
default=None,
@@ -6220,12 +6220,12 @@ class ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfigDict(
62206220
This includes the repository, revision, and directory to use.
62216221
"""
62226222

6223+
git_repository_link: Optional[str]
6224+
"""Required. The Developer Connect Git repository link, formatted as `projects/{project_id}/locations/{location_id}/connections/{connection_id}/gitRepositoryLink/{repository_link_id}`."""
6225+
62236226
dir: Optional[str]
62246227
"""Required. Directory, relative to the source root, in which to run the build."""
62256228

6226-
git_repository_link: Optional[str]
6227-
"""Required. The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`."""
6228-
62296229
revision: Optional[str]
62306230
"""Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref."""
62316231

0 commit comments

Comments
 (0)