ProjectsLocationsStreamsObjects
class ProjectsLocationsStreamsObjects extends Resource (View source)
The "objects" collection of methods.
Typical usage is:
$datastreamService = new Google\Service\Datastream(...);
$objects = $datastreamService->projects_locations_streams_objects;
Methods
Use this method to get details about a stream object. (objects.get)
Use this method to list the objects of a specific stream.
Use this method to look up a stream object by its source object identifier.
Use this method to start a backfill job for the specified stream object.
Use this method to stop a backfill job for the specified stream object.
Details
StreamObject
get(string $name, array $optParams = [])
Use this method to get details about a stream object. (objects.get)
ListStreamObjectsResponse
listProjectsLocationsStreamsObjects(string $parent, array $optParams = [])
Use this method to list the objects of a specific stream.
(objects.listProjectsLocationsStreamsObjects)
StreamObject
lookup(string $parent, LookupStreamObjectRequest $postBody, array $optParams = [])
Use this method to look up a stream object by its source object identifier.
(objects.lookup)
StartBackfillJobResponse
startBackfillJob(string $object, StartBackfillJobRequest $postBody, array $optParams = [])
Use this method to start a backfill job for the specified stream object.
(objects.startBackfillJob)
StopBackfillJobResponse
stopBackfillJob(string $object, StopBackfillJobRequest $postBody, array $optParams = [])
Use this method to stop a backfill job for the specified stream object.
(objects.stopBackfillJob)