Skip to content

Commit

Permalink
fix(job): remove old region create_job (#9914)
Browse files Browse the repository at this point in the history
  • Loading branch information
OremGLG authored Dec 29, 2024
1 parent ee8e513 commit c917ab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jobs/v3/src/main/java/com/google/samples/BasicJobSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public static Job generateJobWithRequiredFields(String companyName) {
// [END job_basic_job]

// [START job_create_job]
// [START create_job]

/** Create a job. */
public static Job createJob(Job jobToBeCreated) throws IOException {
Expand All @@ -93,7 +92,6 @@ public static Job createJob(Job jobToBeCreated) throws IOException {
throw e;
}
}
// [END create_job]
// [END job_create_job]

// [START job_get_job]
Expand Down

0 comments on commit c917ab6

Please sign in to comment.