AppEngineRouting class
App Engine Routing.
For more information about services, versions, and instances see An Overview of App Engine, Microservices Architecture on Google App Engine, App Engine Standard request routing, and App Engine Flex request routing.
Constructors
- AppEngineRouting({String? host, String? instance, String? service, String? version})
- AppEngineRouting.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
The host that the job is sent to.
getter/setter pair
- instance ↔ String?
-
App instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
App service.
getter/setter pair
- version ↔ String?
-
App version.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited