Skip to content

Commit

Permalink
chore(job): delete old unused region tag after migration (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
alarconesparza authored Feb 11, 2025
1 parent ec68022 commit ddf61ce
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public static Job generateJobWithACustomAttribute(String companyName) {
// [END job_custom_attribute_job]

// [START job_custom_attribute_filter_string_value]
// [START custom_attribute_filter_string_value]

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

// [START job_custom_attribute_filter_long_value]
// [START custom_attribute_filter_long_value]

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

// [START job_custom_attribute_filter_multi_attributes]
Expand Down

0 comments on commit ddf61ce

Please sign in to comment.