GatewayManagerClient class

Annotations
  • @GrpcServiceName('pb.GatewayManager')

Constructors

GatewayManagerClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

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

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
addGateway(GatewayInfo request, {CallOptions? options}) → ResponseFuture<OperationResponse>
delGateway(GatewayInfo request, {CallOptions? options}) → ResponseFuture<OperationResponse>
generateOneGatewayWithDefaultServer(Empty request, {CallOptions? options}) → ResponseFuture<GatewayInfo>
generateOneGatewayWithServerUuid(StringValue request, {CallOptions? options}) → ResponseFuture<GatewayInfo>
getAllGateway(Empty request, {CallOptions? options}) → ResponseFuture<GatewayInfoList>
getGatewayJwtByGatewayUuid(StringValue request, {CallOptions? options}) → ResponseFuture<StringValue>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryGateway(GatewayInfo request, {CallOptions? options}) → ResponseFuture<GatewayInfo>
toString() String
A string representation of this object.
inherited
updateGateway(GatewayInfo request, {CallOptions? options}) → ResponseFuture<OperationResponse>
updateGatewayNameAndDescription(GatewayInfo request, {CallOptions? options}) → ResponseFuture<OperationResponse>

Operators

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