Skip to content

Commit 3c0e60e

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: update doc for testing
PiperOrigin-RevId: 886330886
1 parent de4ddc2 commit 3c0e60e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Google.GenAI/types/CancelBatchJobParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929
internal record CancelBatchJobParameters {
3030
/// <summary>
3131
/// A fully-qualified BatchJob resource name or ID. Example:
32-
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
32+
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3333
/// initialized in the client.
3434
/// </summary>
3535
[JsonPropertyName("name")]

Google.GenAI/types/DeleteBatchJobParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929
internal record DeleteBatchJobParameters {
3030
/// <summary>
3131
/// A fully-qualified BatchJob resource name or ID. Example:
32-
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
32+
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3333
/// initialized in the client.
3434
/// </summary>
3535
[JsonPropertyName("name")]

Google.GenAI/types/GetBatchJobParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Google.GenAI.Types {
2929
internal record GetBatchJobParameters {
3030
/// <summary>
3131
/// A fully-qualified BatchJob resource name or ID. Example:
32-
/// "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are
32+
/// "projects/.../locations/.../batchPredictionJobs/123" or "123" when project and location are
3333
/// initialized in the client.
3434
/// </summary>
3535
[JsonPropertyName("name")]

0 commit comments

Comments
 (0)