ResolveServiceRequest class
The request message for LookupService.ResolveService.
Looks up a service by its name, returns the service and its endpoints.
Constructors
- ResolveServiceRequest({String? endpointFilter, int? maxEndpoints})
- ResolveServiceRequest.fromJson(Map json_)
Properties
- endpointFilter ↔ String?
-
The filter applied to the endpoints of the resolved service.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxEndpoints ↔ int?
-
The maximum number of endpoints to return.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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