Skip to content

Commit c917ab6

Browse files
authored
fix(job): remove old region create_job (GoogleCloudPlatform#9914)
1 parent ee8e513 commit c917ab6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/src/main/java/com/google/samples/BasicJobSample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public static Job generateJobWithRequiredFields(String companyName) {
7373
// [END job_basic_job]
7474

7575
// [START job_create_job]
76-
// [START create_job]
7776

7877
/** Create a job. */
7978
public static Job createJob(Job jobToBeCreated) throws IOException {
@@ -93,7 +92,6 @@ public static Job createJob(Job jobToBeCreated) throws IOException {
9392
throw e;
9493
}
9594
}
96-
// [END create_job]
9795
// [END job_create_job]
9896

9997
// [START job_get_job]

0 commit comments

Comments
 (0)