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]