RoutinesResource class

Constructors

RoutinesResource(ApiRequester client)

Properties

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

Methods

delete(String projectId, String datasetId, String routineId, {String? $fields}) Future<void>
Deletes the routine specified by routineId from the dataset.
get(String projectId, String datasetId, String routineId, {String? readMask, String? $fields}) Future<Routine>
Gets the specified routine resource by routine ID.
insert(Routine request, String projectId, String datasetId, {String? $fields}) Future<Routine>
Creates a new routine in the dataset.
list(String projectId, String datasetId, {String? filter, int? maxResults, String? pageToken, String? readMask, String? $fields}) Future<ListRoutinesResponse>
Lists all routines in the specified dataset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Routine request, String projectId, String datasetId, String routineId, {String? $fields}) Future<Routine>
Updates information in an existing routine.

Operators

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