@@ -517,7 +517,7 @@ public final ListDatasetsPagedResponse listDatasets(ListDatasetsRequest request)
517
517
* while (true) {
518
518
* ListDatasetsResponse response =
519
519
* dataLabelingServiceClient.listDatasetsCallable().call(request);
520
- * for (Dataset element : response.getResponsesList ()) {
520
+ * for (Dataset element : response.getDatasetsList ()) {
521
521
* // doThingsWith(element);
522
522
* }
523
523
* String nextPageToken = response.getNextPageToken();
@@ -1325,7 +1325,7 @@ public final ListDataItemsPagedResponse listDataItems(ListDataItemsRequest reque
1325
1325
* while (true) {
1326
1326
* ListDataItemsResponse response =
1327
1327
* dataLabelingServiceClient.listDataItemsCallable().call(request);
1328
- * for (DataItem element : response.getResponsesList ()) {
1328
+ * for (DataItem element : response.getDataItemsList ()) {
1329
1329
* // doThingsWith(element);
1330
1330
* }
1331
1331
* String nextPageToken = response.getNextPageToken();
@@ -1599,7 +1599,7 @@ public final ListAnnotatedDatasetsPagedResponse listAnnotatedDatasets(
1599
1599
* while (true) {
1600
1600
* ListAnnotatedDatasetsResponse response =
1601
1601
* dataLabelingServiceClient.listAnnotatedDatasetsCallable().call(request);
1602
- * for (AnnotatedDataset element : response.getResponsesList ()) {
1602
+ * for (AnnotatedDataset element : response.getAnnotatedDatasetsList ()) {
1603
1603
* // doThingsWith(element);
1604
1604
* }
1605
1605
* String nextPageToken = response.getNextPageToken();
@@ -2410,7 +2410,7 @@ public final ListExamplesPagedResponse listExamples(ListExamplesRequest request)
2410
2410
* while (true) {
2411
2411
* ListExamplesResponse response =
2412
2412
* dataLabelingServiceClient.listExamplesCallable().call(request);
2413
- * for (Example element : response.getResponsesList ()) {
2413
+ * for (Example element : response.getExamplesList ()) {
2414
2414
* // doThingsWith(element);
2415
2415
* }
2416
2416
* String nextPageToken = response.getNextPageToken();
@@ -2795,7 +2795,7 @@ public final ListAnnotationSpecSetsPagedResponse listAnnotationSpecSets(
2795
2795
* while (true) {
2796
2796
* ListAnnotationSpecSetsResponse response =
2797
2797
* dataLabelingServiceClient.listAnnotationSpecSetsCallable().call(request);
2798
- * for (AnnotationSpecSet element : response.getResponsesList ()) {
2798
+ * for (AnnotationSpecSet element : response.getAnnotationSpecSetsList ()) {
2799
2799
* // doThingsWith(element);
2800
2800
* }
2801
2801
* String nextPageToken = response.getNextPageToken();
@@ -3296,7 +3296,7 @@ public final ListInstructionsPagedResponse listInstructions(ListInstructionsRequ
3296
3296
* while (true) {
3297
3297
* ListInstructionsResponse response =
3298
3298
* dataLabelingServiceClient.listInstructionsCallable().call(request);
3299
- * for (Instruction element : response.getResponsesList ()) {
3299
+ * for (Instruction element : response.getInstructionsList ()) {
3300
3300
* // doThingsWith(element);
3301
3301
* }
3302
3302
* String nextPageToken = response.getNextPageToken();
@@ -3725,7 +3725,7 @@ public final SearchEvaluationsPagedResponse searchEvaluations(SearchEvaluationsR
3725
3725
* while (true) {
3726
3726
* SearchEvaluationsResponse response =
3727
3727
* dataLabelingServiceClient.searchEvaluationsCallable().call(request);
3728
- * for (Evaluation element : response.getResponsesList ()) {
3728
+ * for (Evaluation element : response.getEvaluationsList ()) {
3729
3729
* // doThingsWith(element);
3730
3730
* }
3731
3731
* String nextPageToken = response.getNextPageToken();
@@ -3895,7 +3895,7 @@ public final SearchExampleComparisonsPagedResponse searchExampleComparisons(
3895
3895
* SearchExampleComparisonsResponse response =
3896
3896
* dataLabelingServiceClient.searchExampleComparisonsCallable().call(request);
3897
3897
* for (SearchExampleComparisonsResponse.ExampleComparison element :
3898
- * response.getResponsesList ()) {
3898
+ * response.getExampleComparisonsList ()) {
3899
3899
* // doThingsWith(element);
3900
3900
* }
3901
3901
* String nextPageToken = response.getNextPageToken();
@@ -4705,7 +4705,7 @@ public final ListEvaluationJobsPagedResponse listEvaluationJobs(
4705
4705
* while (true) {
4706
4706
* ListEvaluationJobsResponse response =
4707
4707
* dataLabelingServiceClient.listEvaluationJobsCallable().call(request);
4708
- * for (EvaluationJob element : response.getResponsesList ()) {
4708
+ * for (EvaluationJob element : response.getEvaluationJobsList ()) {
4709
4709
* // doThingsWith(element);
4710
4710
* }
4711
4711
* String nextPageToken = response.getNextPageToken();
0 commit comments