Skip to content

Commit 3d6b89b

Browse files
Annhiluccopybara-github
authored andcommitted
chore: Update GCS references to Cloud Storage in descriptions
PiperOrigin-RevId: 964177313
1 parent 0a870c5 commit 3d6b89b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

google/genai/_gaos/types/interactions/source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SourceParam(TypedDict):
4343
r"""Optional encoding for inline content (e.g. `base64`)."""
4444
source: NotRequired[str]
4545
r"""The source of the environment.
46-
For GCS, this is the GCS path.
46+
For Cloud Storage, this is the Cloud Storage path.
4747
For GitHub, this is the GitHub path.
4848
"""
4949
target: NotRequired[str]
@@ -62,7 +62,7 @@ class Source(BaseModel):
6262

6363
source: Optional[str] = None
6464
r"""The source of the environment.
65-
For GCS, this is the GCS path.
65+
For Cloud Storage, this is the Cloud Storage path.
6666
For GitHub, this is the GitHub path.
6767
"""
6868

google/genai/_gaos/types/interactions/videoresponseformat.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class VideoResponseFormatParam(TypedDict):
5656
duration: NotRequired[str]
5757
r"""The duration for the video output."""
5858
gcs_uri: NotRequired[str]
59-
r"""The GCS URI to store the video output. Required for Vertex if delivery mode
60-
is URI.
59+
r"""The Cloud Storage URI to store the video output. Required for Vertex if
60+
delivery mode is URI.
6161
"""
6262
type: Literal["video"]
6363

@@ -75,8 +75,8 @@ class VideoResponseFormat(BaseModel):
7575
r"""The duration for the video output."""
7676

7777
gcs_uri: Optional[str] = None
78-
r"""The GCS URI to store the video output. Required for Vertex if delivery mode
79-
is URI.
78+
r"""The Cloud Storage URI to store the video output. Required for Vertex if
79+
delivery mode is URI.
8080
"""
8181

8282
type: Annotated[

0 commit comments

Comments
 (0)