From a77bd0decd280e4edd65d858e1a8b32dd94213df Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Fri, 20 Mar 2026 16:26:40 -0700 Subject: [PATCH] chore: update doc for testing PiperOrigin-RevId: 887026742 --- google/genai/types.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/google/genai/types.py b/google/genai/types.py index 35f5e5ffb..d8f775fc6 100644 --- a/google/genai/types.py +++ b/google/genai/types.py @@ -16659,8 +16659,8 @@ class _GetBatchJobParameters(_common.BaseModel): name: Optional[str] = Field( default=None, description="""A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """, ) config: Optional[GetBatchJobConfig] = Field( @@ -16673,8 +16673,8 @@ class _GetBatchJobParametersDict(TypedDict, total=False): name: Optional[str] """A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """ config: Optional[GetBatchJobConfigDict] @@ -16712,8 +16712,8 @@ class _CancelBatchJobParameters(_common.BaseModel): name: Optional[str] = Field( default=None, description="""A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """, ) config: Optional[CancelBatchJobConfig] = Field( @@ -16726,8 +16726,8 @@ class _CancelBatchJobParametersDict(TypedDict, total=False): name: Optional[str] """A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """ config: Optional[CancelBatchJobConfigDict] @@ -16843,8 +16843,8 @@ class _DeleteBatchJobParameters(_common.BaseModel): name: Optional[str] = Field( default=None, description="""A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """, ) config: Optional[DeleteBatchJobConfig] = Field( @@ -16857,8 +16857,8 @@ class _DeleteBatchJobParametersDict(TypedDict, total=False): name: Optional[str] """A fully-qualified BatchJob resource name or ID. - Example: "projects/.../locations/.../batchPredictionJobs/456" - or "456" when project and location are initialized in the client. + Example: "projects/.../locations/.../batchPredictionJobs/123" + or "123" when project and location are initialized in the client. """ config: Optional[DeleteBatchJobConfigDict]