Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 21, 2024
1 parent 13dcad8 commit 692fa3c
Show file tree
Hide file tree
Showing 184 changed files with 879 additions and 23,629 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.
14 changes: 7 additions & 7 deletions Datastream/src/V1/BackfillJob.php

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

75 changes: 75 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.

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

File renamed without changes.

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.

29 changes: 29 additions & 0 deletions Datastream/src/V1/Client/DatastreamClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
use Google\Cloud\Datastream\V1\LookupStreamObjectRequest;
use Google\Cloud\Datastream\V1\PrivateConnection;
use Google\Cloud\Datastream\V1\Route;
use Google\Cloud\Datastream\V1\RunStreamRequest;
use Google\Cloud\Datastream\V1\StartBackfillJobRequest;
use Google\Cloud\Datastream\V1\StartBackfillJobResponse;
use Google\Cloud\Datastream\V1\StopBackfillJobRequest;
Expand Down Expand Up @@ -106,6 +107,7 @@
* @method PromiseInterface<PagedListResponse> listStreamObjectsAsync(ListStreamObjectsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listStreamsAsync(ListStreamsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<StreamObject> lookupStreamObjectAsync(LookupStreamObjectRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> runStreamAsync(RunStreamRequest $request, array $optionalArgs = [])
* @method PromiseInterface<StartBackfillJobResponse> startBackfillJobAsync(StartBackfillJobRequest $request, array $optionalArgs = [])
* @method PromiseInterface<StopBackfillJobResponse> stopBackfillJobAsync(StopBackfillJobRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> updateConnectionProfileAsync(UpdateConnectionProfileRequest $request, array $optionalArgs = [])
Expand Down Expand Up @@ -1022,6 +1024,33 @@ public function lookupStreamObject(LookupStreamObjectRequest $request, array $ca
return $this->startApiCall('LookupStreamObject', $request, $callOptions)->wait();
}

/**
* Use this method to start, resume or recover a stream with a non default CDC
* strategy.
*
* The async variant is {@see DatastreamClient::runStreamAsync()} .
*
* @example samples/V1/DatastreamClient/run_stream.php
*
* @param RunStreamRequest $request A request to house fields associated with the call.
* @param array $callOptions {
* Optional.
*
* @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
* {@see RetrySettings} for example usage.
* }
*
* @return OperationResponse
*
* @throws ApiException Thrown if the API call fails.
*/
public function runStream(RunStreamRequest $request, array $callOptions = []): OperationResponse
{
return $this->startApiCall('RunStream', $request, $callOptions)->wait();
}

/**
* Use this method to start a backfill job for the specified stream object.
*
Expand Down
33 changes: 33 additions & 0 deletions Datastream/src/V1/ConnectionProfile.php

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

33 changes: 33 additions & 0 deletions Datastream/src/V1/DiscoverConnectionProfileRequest.php

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

Loading

0 comments on commit 692fa3c

Please sign in to comment.