RoutinesResource class
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.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
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
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
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.