DiscoveryClient class

Represents an installed Migration Center Discovery Client instance.

Constructors

DiscoveryClient({String? createTime, String? description, String? displayName, List<Status>? errors, String? expireTime, String? heartbeatTime, Map<String, String>? labels, String? name, String? serviceAccount, String? signalsEndpoint, String? source, String? state, String? ttl, String? updateTime, String? version})
DiscoveryClient.fromJson(Map json_)

Properties

createTime String?
Time when the discovery client was first created.
getter/setter pair
description String?
Free text description.
getter/setter pair
displayName String?
Free text display name.
getter/setter pair
errors List<Status>?
Errors affecting client functionality.
getter/setter pair
expireTime String?
Client expiration time in UTC.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartbeatTime String?
Last heartbeat time.
getter/setter pair
labels Map<String, String>?
Labels as key value pairs.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
Service account used by the discovery client for various operation.
getter/setter pair
signalsEndpoint String?
This field is intended for internal use.
getter/setter pair
source String?
Full name of the source object associated with this discovery client.
getter/setter pair
state String?
Current state of the discovery client.
getter/setter pair
ttl String?
Input only.
getter/setter pair
updateTime String?
Time when the discovery client was last updated.
getter/setter pair
version String?
Client version, as reported in recent heartbeat.
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