Skip to content

Commit

Permalink
feat: Add request_source field and update formatting (#5990)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518330942
Source-Link: googleapis/googleapis@184334d
Source-Link: googleapis/googleapis-gen@1e999b9
Copy-Tag: eyJwIjoiQmlnUXVlcnlNaWdyYXRpb24vLk93bEJvdC55YW1sIiwiaCI6IjFlOTk5YjllNTU2ODg0Yzk0ZWUyZmI0MTEwYWEzMDg3ZDBkYzk2YjUifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Mar 22, 2023
1 parent 4c76df3 commit 579d308
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 100 deletions.
Binary file modified BigQueryMigration/metadata/V2/MigrationEntities.php
Binary file not shown.
Binary file modified BigQueryMigration/metadata/V2/TranslationConfig.php
Binary file not shown.
32 changes: 16 additions & 16 deletions BigQueryMigration/src/V2/ErrorLocation.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ public function getMigrationWorkflow($name, array $optionalArgs = [])
* of values will be returned. Any page token used here must have
* been generated by a previous call to the API.
* @type string $filter
* Optional. The filter to apply. This can be used to get the subtasks of a specific
* tasks in a workflow, e.g. `migration_task = "ab012"` where `"ab012"` is the
* task ID (not the name in the named map).
* Optional. The filter to apply. This can be used to get the subtasks of a
* specific tasks in a workflow, e.g. `migration_task = "ab012"` where
* `"ab012"` is the task ID (not the name in the named map).
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down
56 changes: 28 additions & 28 deletions BigQueryMigration/src/V2/ListMigrationSubtasksRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions BigQueryMigration/src/V2/MigrationSubtask/State.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions BigQueryMigration/src/V2/MigrationTask.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions BigQueryMigration/src/V2/ResourceErrorDetail.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions BigQueryMigration/src/V2/TimeSeries.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 579d308

Please sign in to comment.