From 3d559433c2410a5c1e5ade6b4e8d3ee143f8293b Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Thu, 19 Mar 2026 12:58:36 -0700 Subject: [PATCH] chore: update doc for testing PiperOrigin-RevId: 886330886 --- 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 41da322c2..c4b144f08 100644 --- a/google/genai/types.py +++ b/google/genai/types.py @@ -16598,8 +16598,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( @@ -16612,8 +16612,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] @@ -16651,8 +16651,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( @@ -16665,8 +16665,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] @@ -16782,8 +16782,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( @@ -16796,8 +16796,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]