GrpcRoute class
GrpcRoute is the resource defining how gRPC traffic routed by a Mesh or Gateway resource is routed.
Constructors
Properties
- createTime ↔ String?
-
The timestamp when the resource was created.
getter/setter pair
- description ↔ String?
-
A free-text description of the resource.
getter/setter pair
-
gateways
↔ List<
String> ? -
Gateways defines a list of gateways this GrpcRoute is attached to, as one
of the routing rules to route the requests served by the gateway.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hostnames
↔ List<
String> ? -
Service hostnames with an optional port for which this route describes
traffic.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Set of label tags associated with the GrpcRoute resource.
getter/setter pair
-
meshes
↔ List<
String> ? -
Meshes defines a list of meshes this GrpcRoute is attached to, as one of
the routing rules to route the requests served by the mesh.
getter/setter pair
- name ↔ String?
-
Name of the GrpcRoute resource.
getter/setter pair
-
rules
↔ List<
GrpcRouteRouteRule> ? -
A list of detailed rules defining how to route traffic.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL of this resource
getter/setter pair
- updateTime ↔ String?
-
The timestamp when the resource was updated.
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