ProjectsLocationsStreams
class ProjectsLocationsStreams extends Resource (View source)
The "streams" collection of methods.
Typical usage is:
$datastreamService = new Google\Service\Datastream(...);
$streams = $datastreamService->projects_locations_streams;
Methods
Use this method to delete a stream. (streams.delete)
Use this method to get details about a stream. (streams.get)
Use this method to list streams in a project and location.
Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE: This feature is currently experimental. (streams.run)
Details
Operation
create(string $parent, Stream $postBody, array $optParams = [])
Use this method to create a stream. (streams.create)
Operation
delete(string $name, array $optParams = [])
Use this method to delete a stream. (streams.delete)
Stream
get(string $name, array $optParams = [])
Use this method to get details about a stream. (streams.get)
ListStreamsResponse
listProjectsLocationsStreams(string $parent, array $optParams = [])
Use this method to list streams in a project and location.
(streams.listProjectsLocationsStreams)
Operation
patch(string $name, Stream $postBody, array $optParams = [])
Use this method to update the configuration of a stream. (streams.patch)
Operation
run(string $name, RunStreamRequest $postBody, array $optParams = [])
Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE: This feature is currently experimental. (streams.run)