Skip to content

Commit 74b655e

Browse files
authored
fix(job): delete old region tag update_job_with_field_mask (GoogleCloudPlatform#9940)
1 parent fe97842 commit 74b655e

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
@@ -130,7 +130,6 @@ public static Job updateJob(String jobName, Job jobToBeUpdated) throws IOExcepti
130130
// [END job_update_job]
131131

132132
// [START job_update_job_with_field_mask]
133-
// [START update_job_with_field_mask]
134133

135134
/** Update a job. */
136135
public static Job updateJobWithFieldMask(String jobName, String fieldMask, Job jobToBeUpdated)
@@ -147,7 +146,6 @@ public static Job updateJobWithFieldMask(String jobName, String fieldMask, Job j
147146
throw e;
148147
}
149148
}
150-
// [END update_job_with_field_mask]
151149
// [END job_update_job_with_field_mask]
152150

153151
// [START job_delete_job]

0 commit comments

Comments
 (0)