AppEngineRouting class

App Engine Routing.

Defines routing characteristics specific to App Engine - service, version, and instance. 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. Using AppEngineRouting requires [appengine.applications.get](https://cloud.google.com/appengine/docs/admin-api/access-control) Google IAM permission for the project and the following scope: https://www.googleapis.com/auth/cloud-platform

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 task 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