ServiceResolver class

A ServiceResolver represents an EKM replica that can be reached within an EkmConnection.

Constructors

ServiceResolver({String? endpointFilter, String? hostname, List<Certificate>? serverCertificates, String? serviceDirectoryService})
ServiceResolver.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
hostname String?
The hostname of the EKM replica used at TLS and HTTP layers.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCertificates List<Certificate>?
A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica.
getter/setter pair
serviceDirectoryService String?
The resource name of the Service Directory service pointing to an EKM replica, in the format projects / * /locations / * /namespaces / * /services / * .
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