ModifiersServiceClient class

Annotations
  • @GrpcServiceName.new('menu.v1.ModifiersService')

Constructors

ModifiersServiceClient(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
addModifierGroup(AddModifierGroupRequest request, {CallOptions? options}) → ResponseFuture<AddModifierGroupResponse>
addModifierToGroup(AddModifierToGroupRequest request, {CallOptions? options}) → ResponseFuture<AddModifierToGroupResponse>
archiveModifierGroup(ArchiveModifierGroupRequest request, {CallOptions? options}) → ResponseFuture<ArchiveModifierGroupResponse>
editModifier(EditModifierRequest request, {CallOptions? options}) → ResponseFuture<EditModifierResponse>
editModifierGroup(EditModifierGroupRequest request, {CallOptions? options}) → ResponseFuture<EditModifierGroupResponse>
getModifier(GetModifierRequest request, {CallOptions? options}) → ResponseFuture<GetModifierResponse>
getModifierGroup(GetModifierGroupRequest request, {CallOptions? options}) → ResponseFuture<GetModifierGroupResponse>
getModifierGroups(GetModifierGroupsRequest request, {CallOptions? options}) → ResponseFuture<GetModifierGroupsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeModifierFromGroup(RemoveModifierFromGroupRequest request, {CallOptions? options}) → ResponseFuture<RemoveModifierFromGroupResponse>
toString() String
A string representation of this object.
inherited

Operators

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