ProjectsLocationsStreamsResource class

Constructors

ProjectsLocationsStreamsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
objects ProjectsLocationsStreamsObjectsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Stream request, String parent, {bool? force, String? requestId, String? streamId, bool? validateOnly, String? $fields}) Future<Operation>
Use this method to create a stream.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Use this method to delete a stream.
get(String name, {String? $fields}) Future<Stream>
Use this method to get details about a stream.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListStreamsResponse>
Use this method to list streams in a project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Stream request, String name, {bool? force, String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Use this method to update the configuration of a stream.
run(RunStreamRequest request, String name, {String? $fields}) Future<Operation>
Use this method to start, resume or recover a stream with a non default CDC strategy.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited