Skip to content

Commit

Permalink
feat: Max concurrent backfill tasks (#6191)
Browse files Browse the repository at this point in the history
You can now set the number of maximum concurrent backfill tasks for a stream using the Datastream API.
PiperOrigin-RevId: 530067890
Source-Link: googleapis/googleapis@b2c290f
Source-Link: googleapis/googleapis-gen@83c5413
Copy-Tag: eyJwIjoiRGF0YXN0cmVhbS8uT3dsQm90LnlhbWwiLCJoIjoiODNjNTQxM2U1MzVjYjZmYTcxMDU0MWRjNmUxNjlhOGE0NGI4YTY1ZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored May 11, 2023
1 parent 660bb2b commit ec90369
Show file tree
Hide file tree
Showing 29 changed files with 347 additions and 137 deletions.
Binary file modified Datastream/metadata/V1/Datastream.php
Binary file not shown.
Binary file modified Datastream/metadata/V1/DatastreamResources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* the profile. Typically, a request returns children data objects of a
* parent data object that's optionally supplied in the request.
*
* @param string $formattedParent The parent resource of the connection profile type. Must be in the
* format `projects/*/locations/*`. Please see
* @param string $formattedParent The parent resource of the connection profile type. Must be in
* the format `projects/*/locations/*`. Please see
* {@see DatastreamClient::locationName()} for help formatting this field.
*/
function discover_connection_profile_sample(string $formattedParent): void
Expand Down
4 changes: 2 additions & 2 deletions Datastream/samples/V1/DatastreamClient/fetch_static_ips.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* The FetchStaticIps API call exposes the static IP addresses used by
* Datastream.
*
* @param string $formattedName The resource name for the location for which static IPs should be returned.
* Must be in the format `projects/*/locations/*`. Please see
* @param string $formattedName The resource name for the location for which static IPs should be
* returned. Must be in the format `projects/*/locations/*`. Please see
* {@see DatastreamClient::locationName()} for help formatting this field.
*/
function fetch_static_ips_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
* Use this method to list private connectivity configurations in a project
* and location.
*
* @param string $formattedParent The parent that owns the collection of private connectivity configurations. Please see
* @param string $formattedParent The parent that owns the collection of private connectivity
* configurations. Please see
* {@see DatastreamClient::locationName()} for help formatting this field.
*/
function list_private_connections_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
/**
* Use this method to start a backfill job for the specified stream object.
*
* @param string $formattedObject The name of the stream object resource to start a backfill job for. Please see
* @param string $formattedObject The name of the stream object resource to start a backfill job
* for. Please see
* {@see DatastreamClient::streamObjectName()} for help formatting this field.
*/
function start_backfill_job_sample(string $formattedObject): void
Expand Down
3 changes: 2 additions & 1 deletion Datastream/samples/V1/DatastreamClient/stop_backfill_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
/**
* Use this method to stop a backfill job for the specified stream object.
*
* @param string $formattedObject The name of the stream object resource to stop the backfill job for. Please see
* @param string $formattedObject The name of the stream object resource to stop the backfill job
* for. Please see
* {@see DatastreamClient::streamObjectName()} for help formatting this field.
*/
function stop_backfill_job_sample(string $formattedObject): void
Expand Down
2 changes: 2 additions & 0 deletions Datastream/src/V1/BigQueryDestinationConfig.php

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

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

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

16 changes: 8 additions & 8 deletions Datastream/src/V1/CreateConnectionProfileRequest.php

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

34 changes: 34 additions & 0 deletions Datastream/src/V1/CreatePrivateConnectionRequest.php

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

16 changes: 8 additions & 8 deletions Datastream/src/V1/DeletePrivateConnectionRequest.php

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

16 changes: 8 additions & 8 deletions Datastream/src/V1/DiscoverConnectionProfileRequest.php

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

16 changes: 8 additions & 8 deletions Datastream/src/V1/FetchStaticIpsRequest.php

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

Loading

0 comments on commit ec90369

Please sign in to comment.