WorldStateStoreServiceBase class abstract
- Inheritance
- Annotations
-
- @GrpcServiceName('viam.service.worldstatestore.v1.WorldStateStoreService')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
doCommand(
ServiceCall call, DoCommandRequest request) → Future< DoCommandResponse> -
doCommand_Pre(
ServiceCall call, Future< DoCommandRequest> request) → Future<DoCommandResponse> -
getTransform(
ServiceCall call, GetTransformRequest request) → Future< GetTransformResponse> -
getTransform_Pre(
ServiceCall call, Future< GetTransformRequest> request) → Future<GetTransformResponse> -
listUUIDs(
ServiceCall call, ListUUIDsRequest request) → Future< ListUUIDsResponse> -
listUUIDs_Pre(
ServiceCall call, Future< ListUUIDsRequest> request) → Future<ListUUIDsResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
streamTransformChanges(
ServiceCall call, StreamTransformChangesRequest request) → Stream< StreamTransformChangesResponse> -
streamTransformChanges_Pre(
ServiceCall call, Future< StreamTransformChangesRequest> request) → Stream<StreamTransformChangesResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited