Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (googleapis…
Browse files Browse the repository at this point in the history
…#128)

- [ ] 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

feat: Add SQL Server dialect to bigquerymigration v2 client library
PiperOrigin-RevId: 453984088

Source-Link: googleapis/googleapis@f30516e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/19b908a783056837e9d4b43b89ebf214485d3f52
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTliOTA4YTc4MzA1NjgzN2U5ZDRiNDNiODllYmYyMTQ0ODVkM2Y1MiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 13, 2022
1 parent 6bd07ea commit 9adb1d6
Show file tree
Hide file tree
Showing 11 changed files with 930 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public final ListMigrationWorkflowsPagedResponse listMigrationWorkflows(
* while (true) {
* ListMigrationWorkflowsResponse response =
* migrationServiceClient.listMigrationWorkflowsCallable().call(request);
* for (MigrationWorkflow element : response.getResponsesList()) {
* for (MigrationWorkflow element : response.getMigrationWorkflowsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1012,7 +1012,7 @@ public final ListMigrationSubtasksPagedResponse listMigrationSubtasks(
* while (true) {
* ListMigrationSubtasksResponse response =
* migrationServiceClient.listMigrationSubtasksCallable().call(request);
* for (MigrationSubtask element : response.getResponsesList()) {
* for (MigrationSubtask element : response.getMigrationSubtasksList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public final ListMigrationWorkflowsPagedResponse listMigrationWorkflows(
* while (true) {
* ListMigrationWorkflowsResponse response =
* migrationServiceClient.listMigrationWorkflowsCallable().call(request);
* for (MigrationWorkflow element : response.getResponsesList()) {
* for (MigrationWorkflow element : response.getMigrationWorkflowsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1014,7 +1014,7 @@ public final ListMigrationSubtasksPagedResponse listMigrationSubtasks(
* while (true) {
* ListMigrationSubtasksResponse response =
* migrationServiceClient.listMigrationSubtasksCallable().call(request);
* for (MigrationSubtask element : response.getResponsesList()) {
* for (MigrationSubtask element : response.getMigrationSubtasksList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Loading

0 comments on commit 9adb1d6

Please sign in to comment.