Skip to content

Commit 7ff8c8d

Browse files
chore(jobs): migrate region tag (#10000)
1 parent 05cbf0d commit 7ff8c8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

82+
// [START job_custom_attribute_filter_string_value]
8283
// [START custom_attribute_filter_string_value]
8384

8485
/** CustomAttributeFilter on String value CustomAttribute */
@@ -112,7 +113,9 @@ public static void filtersOnStringValueCustomAttribute()
112113
System.out.printf("Custom search job results (String value): %s\n", response);
113114
}
114115
// [END custom_attribute_filter_string_value]
116+
// [END job_custom_attribute_filter_string_value]
115117

118+
// [START job_custom_attribute_filter_long_value]
116119
// [START custom_attribute_filter_long_value]
117120

118121
/** CustomAttributeFilter on Long value CustomAttribute */
@@ -146,6 +149,7 @@ public static void filtersOnLongValueCustomAttribute() throws IOException, Inter
146149
System.out.printf("Custom search job results (Long value): %s\n", response);
147150
}
148151
// [END custom_attribute_filter_long_value]
152+
// [END job_custom_attribute_filter_long_value]
149153

150154
// [START job_custom_attribute_filter_multi_attributes]
151155

0 commit comments

Comments
 (0)