You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-dlp/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/ProfileServiceClient.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -686,7 +686,7 @@ public final UnaryCallable<DeleteProfileRequest, Empty> deleteProfileCallable()
686
686
* .setParent(parent.toString())
687
687
* .setRequestMetadata(requestMetadata)
688
688
* .build();
689
-
* for (HistogramQueryResult element : profileServiceClient.searchProfiles(request).iterateAll()) {
689
+
* for (SummarizedProfile element : profileServiceClient.searchProfiles(request).iterateAll()) {
690
690
* // doThingsWith(element);
691
691
* }
692
692
* }
@@ -721,7 +721,7 @@ public final SearchProfilesPagedResponse searchProfiles(SearchProfilesRequest re
Copy file name to clipboardExpand all lines: branches/autosynth-dlp/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/ProfileServiceStubSettings.java
0 commit comments