File tree Expand file tree Collapse file tree
src/main/java/com/google/genai/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434public 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" )
Original file line number Diff line number Diff line change 3434public 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" )
Original file line number Diff line number Diff line change 3434public 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" )
You can’t perform that action at this time.
0 commit comments