Skip to content

Commit ddf61ce

Browse files
chore(job): delete old unused region tag after migration (#10012)
1 parent ec68022 commit ddf61ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public static Job generateJobWithACustomAttribute(String companyName) {
8080
// [END job_custom_attribute_job]
8181

8282
// [START job_custom_attribute_filter_string_value]
83-
// [START custom_attribute_filter_string_value]
8483

8584
/** CustomAttributeFilter on String value CustomAttribute */
8685
public static void filtersOnStringValueCustomAttribute()
@@ -112,11 +111,9 @@ public static void filtersOnStringValueCustomAttribute()
112111
Thread.sleep(1000);
113112
System.out.printf("Custom search job results (String value): %s\n", response);
114113
}
115-
// [END custom_attribute_filter_string_value]
116114
// [END job_custom_attribute_filter_string_value]
117115

118116
// [START job_custom_attribute_filter_long_value]
119-
// [START custom_attribute_filter_long_value]
120117

121118
/** CustomAttributeFilter on Long value CustomAttribute */
122119
public static void filtersOnLongValueCustomAttribute() throws IOException, InterruptedException {
@@ -148,7 +145,6 @@ public static void filtersOnLongValueCustomAttribute() throws IOException, Inter
148145
Thread.sleep(1000);
149146
System.out.printf("Custom search job results (Long value): %s\n", response);
150147
}
151-
// [END custom_attribute_filter_long_value]
152148
// [END job_custom_attribute_filter_long_value]
153149

154150
// [START job_custom_attribute_filter_multi_attributes]

0 commit comments

Comments
 (0)