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]