listRobotsForLocations method
ResponseFuture<ListRobotsForLocationsResponse>
listRobotsForLocations(
- ListRobotsForLocationsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$11.ListRobotsForLocationsResponse> listRobotsForLocations($11.ListRobotsForLocationsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$listRobotsForLocations, request, options: options);
}