Skip to content

Commit af53e12

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: update doc for testing
PiperOrigin-RevId: 886361919
1 parent 1f09849 commit af53e12

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/main/java/com/google/genai/types/CancelBatchJobParameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public abstract class CancelBatchJobParameters extends JsonSerializable {
3535
/**
3636
* A fully-qualified BatchJob resource name or ID. Example:
37-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
37+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3838
* initialized in the client.
3939
*/
4040
@JsonProperty("name")
@@ -66,7 +66,7 @@ private static Builder create() {
6666
* Setter for name.
6767
*
6868
* <p>name: A fully-qualified BatchJob resource name or ID. Example:
69-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
69+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
7070
* initialized in the client.
7171
*/
7272
@JsonProperty("name")

src/main/java/com/google/genai/types/DeleteBatchJobParameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public abstract class DeleteBatchJobParameters extends JsonSerializable {
3535
/**
3636
* A fully-qualified BatchJob resource name or ID. Example:
37-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
37+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3838
* initialized in the client.
3939
*/
4040
@JsonProperty("name")
@@ -66,7 +66,7 @@ private static Builder create() {
6666
* Setter for name.
6767
*
6868
* <p>name: A fully-qualified BatchJob resource name or ID. Example:
69-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
69+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
7070
* initialized in the client.
7171
*/
7272
@JsonProperty("name")

src/main/java/com/google/genai/types/GetBatchJobParameters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public abstract class GetBatchJobParameters extends JsonSerializable {
3535
/**
3636
* A fully-qualified BatchJob resource name or ID. Example:
37-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
37+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3838
* initialized in the client.
3939
*/
4040
@JsonProperty("name")
@@ -66,7 +66,7 @@ private static Builder create() {
6666
* Setter for name.
6767
*
6868
* <p>name: A fully-qualified BatchJob resource name or ID. Example:
69-
* "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
69+
* "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
7070
* initialized in the client.
7171
*/
7272
@JsonProperty("name")

0 commit comments

Comments
 (0)