Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#457)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 454027580

Source-Link: googleapis/googleapis@1b22277

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 13, 2022
1 parent 4273c40 commit 450fabd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public final ListCatalogsPagedResponse listCatalogs(ListCatalogsRequest request)
* .build();
* while (true) {
* ListCatalogsResponse response = catalogServiceClient.listCatalogsCallable().call(request);
* for (Catalog element : response.getResponsesList()) {
* for (Catalog element : response.getCatalogsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public final ListProductsPagedResponse listProducts(ListProductsRequest request)
* .build();
* while (true) {
* ListProductsResponse response = productServiceClient.listProductsCallable().call(request);
* for (Product element : response.getResponsesList()) {
* for (Product element : response.getProductsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public final UnaryCallable<SearchRequest, SearchPagedResponse> searchPagedCallab
* .build();
* while (true) {
* SearchResponse response = searchServiceClient.searchCallable().call(request);
* for (SearchResponse.SearchResult element : response.getResponsesList()) {
* for (SearchResponse.SearchResult element : response.getResultsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public final ListCatalogsPagedResponse listCatalogs(ListCatalogsRequest request)
* .build();
* while (true) {
* ListCatalogsResponse response = catalogServiceClient.listCatalogsCallable().call(request);
* for (Catalog element : response.getResponsesList()) {
* for (Catalog element : response.getCatalogsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public final ListControlsPagedResponse listControls(ListControlsRequest request)
* .build();
* while (true) {
* ListControlsResponse response = controlServiceClient.listControlsCallable().call(request);
* for (Control element : response.getResponsesList()) {
* for (Control element : response.getControlsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public final ListProductsPagedResponse listProducts(ListProductsRequest request)
* .build();
* while (true) {
* ListProductsResponse response = productServiceClient.listProductsCallable().call(request);
* for (Product element : response.getResponsesList()) {
* for (Product element : response.getProductsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public final UnaryCallable<SearchRequest, SearchPagedResponse> searchPagedCallab
* .build();
* while (true) {
* SearchResponse response = searchServiceClient.searchCallable().call(request);
* for (SearchResponse.SearchResult element : response.getResponsesList()) {
* for (SearchResponse.SearchResult element : response.getResultsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ public final ListServingConfigsPagedResponse listServingConfigs(
* while (true) {
* ListServingConfigsResponse response =
* servingConfigServiceClient.listServingConfigsCallable().call(request);
* for (ServingConfig element : response.getResponsesList()) {
* for (ServingConfig element : response.getServingConfigsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public final ListCatalogsPagedResponse listCatalogs(ListCatalogsRequest request)
* .build();
* while (true) {
* ListCatalogsResponse response = catalogServiceClient.listCatalogsCallable().call(request);
* for (Catalog element : response.getResponsesList()) {
* for (Catalog element : response.getCatalogsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public final ListControlsPagedResponse listControls(ListControlsRequest request)
* .build();
* while (true) {
* ListControlsResponse response = controlServiceClient.listControlsCallable().call(request);
* for (Control element : response.getResponsesList()) {
* for (Control element : response.getControlsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public final ListProductsPagedResponse listProducts(ListProductsRequest request)
* .build();
* while (true) {
* ListProductsResponse response = productServiceClient.listProductsCallable().call(request);
* for (Product element : response.getResponsesList()) {
* for (Product element : response.getProductsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public final UnaryCallable<SearchRequest, SearchPagedResponse> searchPagedCallab
* .build();
* while (true) {
* SearchResponse response = searchServiceClient.searchCallable().call(request);
* for (SearchResponse.SearchResult element : response.getResponsesList()) {
* for (SearchResponse.SearchResult element : response.getResultsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ public final ListServingConfigsPagedResponse listServingConfigs(
* while (true) {
* ListServingConfigsResponse response =
* servingConfigServiceClient.listServingConfigsCallable().call(request);
* for (ServingConfig element : response.getResponsesList()) {
* for (ServingConfig element : response.getServingConfigsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit 450fabd

Please sign in to comment.