Endpoint class

An individual endpoint that provides a service.

The service must already exist to create an endpoint.

Constructors

Endpoint({String? address, Map<String, String>? annotations, String? name, String? network, int? port, String? uid})
Endpoint.fromJson(Map json_)

Properties

address String?
An IPv4 or IPv6 address.
getter/setter pair
annotations Map<String, String>?
Annotations for the endpoint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the endpoint in the format projects / * /locations / * /namespaces / * /services / * /endpoints / * .
getter/setter pair
network String?
The Google Compute Engine network (VPC) of the endpoint in the format projects//locations/global/networks / * .
getter/setter pair
port int?
Service Directory rejects values outside of [0, 65535].
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The globally unique identifier of the endpoint in the UUID4 format.
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