RoutesResource class

Constructors

RoutesResource(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 project, String route, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified Route resource.
get(String project, String route, {String? $fields}) Future<Route>
Returns the specified Route resource.
insert(Route request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates a Route resource in the specified project using the data included in the request.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<RouteList>
Retrieves the list of Route resources available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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