AgentsServiceBase class abstract

Constructors

AgentsServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createAgent(ServiceCall call, CreateAgentRequest request) Future<Agent>
createAgent_Pre(ServiceCall call, Future<CreateAgentRequest> request) Future<Agent>
deleteAgent(ServiceCall call, DeleteAgentRequest request) Future<Empty>
deleteAgent_Pre(ServiceCall call, Future<DeleteAgentRequest> request) Future<Empty>
exportAgent(ServiceCall call, ExportAgentRequest request) Future<Operation>
exportAgent_Pre(ServiceCall call, Future<ExportAgentRequest> request) Future<Operation>
getAgent(ServiceCall call, GetAgentRequest request) Future<Agent>
getAgent_Pre(ServiceCall call, Future<GetAgentRequest> request) Future<Agent>
getAgentValidationResult(ServiceCall call, GetAgentValidationResultRequest request) Future<AgentValidationResult>
getAgentValidationResult_Pre(ServiceCall call, Future<GetAgentValidationResultRequest> request) Future<AgentValidationResult>
listAgents(ServiceCall call, ListAgentsRequest request) Future<ListAgentsResponse>
listAgents_Pre(ServiceCall call, Future<ListAgentsRequest> request) Future<ListAgentsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restoreAgent(ServiceCall call, RestoreAgentRequest request) Future<Operation>
restoreAgent_Pre(ServiceCall call, Future<RestoreAgentRequest> request) Future<Operation>
toString() String
A string representation of this object.
inherited
updateAgent(ServiceCall call, UpdateAgentRequest request) Future<Agent>
updateAgent_Pre(ServiceCall call, Future<UpdateAgentRequest> request) Future<Agent>
validateAgent(ServiceCall call, ValidateAgentRequest request) Future<AgentValidationResult>
validateAgent_Pre(ServiceCall call, Future<ValidateAgentRequest> request) Future<AgentValidationResult>

Operators

operator ==(Object other) bool
The equality operator.
inherited