ContactServiceClient class
- Inheritance
-
- Annotations
-
- @GrpcServiceName.new('weebi.contact.service.ContactService')
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
-
createMany(ContactsRequest request, {CallOptions? options})
→ ResponseFuture<StatusResponse>
-
-
createOne(ContactRequest request, {CallOptions? options})
→ ResponseFuture<StatusResponse>
-
-
deleteOne(ContactRequest request, {CallOptions? options})
→ ResponseFuture<StatusResponse>
-
/ hard delete
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readAll(ReadAllContactsRequest request, {CallOptions? options})
→ ResponseFuture<ContactsResponse>
-
-
readAllIds(ReadContactsIdsRequest request, {CallOptions? options})
→ ResponseFuture<ContactsIdsResponse>
-
-
readOne(ReadContactRequest request, {CallOptions? options})
→ ResponseFuture<ContactPb>
-
/ use
lastFetchTimestampUTC to only read the latest changes since last fetch
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateOne(ContactRequest request, {CallOptions? options})
→ ResponseFuture<StatusResponse>
-
/ == upsert